EntityStagingBatchCriteria.BatchSelectionMode Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a selection of entity staging batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchSelectionMode As EntityStagingBatchSelectionMode
Get
Set
'Usage
Dim instance As EntityStagingBatchCriteria
Dim value As EntityStagingBatchSelectionMode
value = instance.BatchSelectionMode
instance.BatchSelectionMode = value
[DataMemberAttribute(EmitDefaultValue = false)]
public EntityStagingBatchSelectionMode BatchSelectionMode { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property EntityStagingBatchSelectionMode BatchSelectionMode {
EntityStagingBatchSelectionMode get ();
void set (EntityStagingBatchSelectionMode value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchSelectionMode : EntityStagingBatchSelectionMode with get, set
function get BatchSelectionMode () : EntityStagingBatchSelectionMode
function set BatchSelectionMode (value : EntityStagingBatchSelectionMode)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatchSelectionMode
A selection of entity staging batch.
See Also
Reference
EntityStagingBatchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace