IEntity.GetDefaultFinderFilters Method
Gets the filters for the default Finder.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetDefaultFinderFilters As IFilterCollection
'Usage
Dim instance As IEntity
Dim returnValue As IFilterCollection
returnValue = instance.GetDefaultFinderFilters()
IFilterCollection GetDefaultFinderFilters()
Return Value
Type: Microsoft.BusinessData.Runtime.IFilterCollection
The filter collection.
Remarks
This function will return the filters for the default Finder. Microsoft.BusinessData.MetadataModel.IMethodInstance.GetFilters() function can be used to get filters for other finders.