IVsDataMappedObjectSelection.Filter Property

Gets the filter.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Filter As String
string Filter { get; }
property String^ Filter {
    String^ get ();
}
abstract Filter : string with get
function get Filter () : String

Property Value

Type: System.String
A string representing the filter.

Remarks

The filter is used when there is no one-to-one mapping between the data source–specific type and the generic mapped type. Take, for example, an index underlying type that can map to both the UniqueKey and Index mapped types. In this case, the mapped type UniqueKey can have a filter that allows it to map to the right index type.

The format of a filter expression corresponds to the format of the DataColumn expression. For more information, see Expression.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectSelection Interface

Microsoft.VisualStudio.Data.Services Namespace