IMethod.GetSystemFilterDescriptors Method
Returns the filter descriptors of this method that describe system filters.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetSystemFilterDescriptors As IFilterDescriptorCollection
'Usage
Dim instance As IMethod
Dim returnValue As IFilterDescriptorCollection
returnValue = instance.GetSystemFilterDescriptors()
IFilterDescriptorCollection GetSystemFilterDescriptors()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.IFilterDescriptorCollection
A collection of filter descriptors.
Remarks
System Filters are filters where the value is assigned to or evaluated by the system (BDC) without requiring interaction from the calling code. Examples of system filters are UserName filter and Password filter.