'Declaration Public Property CaseSensitivity As CaseSensitivity
public CaseSensitivity CaseSensitivity {get; set;}
'Declaration Public Property CaseSensitivity As CaseSensitivity
public CaseSensitivity CaseSensitivity {get; set;}
If CaseSensitivity.Auto value is specified, the application attempts to determine the case sensitivity by querying the data provider.
Defaults to CaseSensitivity.False value if the data provider does not support this feature.