Share via


WildcardFilter.SystemIndependentValue property

Gets or sets the external system-independent value of this wildcardfilter.

Namespace:  Microsoft.Office.BusinessData.Runtime
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Property SystemIndependentValue As String
    Get
    Set
'Usage
Dim instance As WildcardFilter
Dim value As String

value = instance.SystemIndependentValue

instance.SystemIndependentValue = value
public string SystemIndependentValue { get; set; }

Property value

Type: System.String
The system-independent value for this wildcard filter.

Remarks

Business Data Connectivity (BDC) service provides the system-independent value property for a wildcard filter, so that you do not have to learn the system-dependent wildcard character for each system you work with. In your client applications, use the system-independent value of the wildcard filter, and use '*' as your wildcard and \* to pass a literal * in as input.

See also

Reference

WildcardFilter class

WildcardFilter members

Microsoft.Office.BusinessData.Runtime namespace