MetadataResultOptions.Entities Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ResultType for entities.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType Entities { get; set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property ResultType Entities {
    ResultType get();
    void set(ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Entities : ResultType with get, set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property Entities As ResultType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The result type for entities.

See Also

MetadataResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top