EntityStagingGetCriteria.IncludeClearedBatches Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets whether “cleared batches” also be returned in the results.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public bool IncludeClearedBatches { get; set; }
public:
[DataMemberAttribute]
property bool IncludeClearedBatches {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IncludeClearedBatches : bool with get, set
<DataMemberAttribute>
Public Property IncludeClearedBatches As Boolean

Property Value

Type: System.Boolean

True if “cleared batches” also be returned in the results; otherwise, false.

See Also

EntityStagingGetCriteria Class
Microsoft.MasterDataServices Namespace

Return to top