Share via


IFilterDescriptor.FilterField Property

Retrieves the Field in the view that is affected by the result of this filter, described by dot path notation.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
ReadOnly Property FilterField As String
    Get
'Usage
Dim instance As IFilterDescriptor
Dim value As String

value = instance.FilterField
string FilterField { get; }

Property Value

Type: System.String
The field affected by the result of the filter.

Remarks

This property identifies the field the filtering is applied on by the external system, allowing BDC to replicate the behavior offline.

For more information about using dot notation, see Using Dot Notation in the Business Data Connectivity (BDC) Service.

See Also

Reference

IFilterDescriptor Interface

IFilterDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace