Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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