'Declaration Public Property CaseSensitivity As CaseSensitivity
public CaseSensitivity CaseSensitivity {get; set;}
Gets or sets a value indicating whether the data is case sensitive.
'Declaration Public Property CaseSensitivity As CaseSensitivity
public CaseSensitivity CaseSensitivity {get; set;}
If Auto is specified, the application attempts to derive the case sensitivity setting by querying the data provider.
Defaults to false if the data provider does not support that method.