[]
Gets or sets a value indicating whether the data is accent sensitive.
public AccentSensitivity AccentSensitivity { get; set; }
An AccentSensitivity value indicating whether the data is accent sensitive.
If Auto value is specified, the application attempts to determine the accent sensitivity by querying the data provider.
Defaults to False value if the data provider does not support this feature.