IBatchableEntityInstanceEnumerator.Filters Property
Retrieves the collection of filters associated with the method instance that needs to be invoked to obtain the next set of entity instances..
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Filters As IFilterCollection
Get
'Usage
Dim instance As IBatchableEntityInstanceEnumerator
Dim value As IFilterCollection
value = instance.Filters
IFilterCollection Filters { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.IFilterCollection
The collection of filters associated with the method instance that needs to be invoked to obtain the next set of entity instances.
See Also
Reference
IBatchableEntityInstanceEnumerator Interface