System.Data.Common.IdentifierCase Enumeration

Specifies how identifiers are treated by the data source when searching the system catalog.

Syntax

public enum IdentifierCase

Remarks

Identifiers may be either quoted or unquoted.

Members

Member NameDescription
Insensitive

The data source ignores identifier case when searching the system catalog. The identifiers "ab" and "AB" will match.

Sensitive

The data source distinguishes identifier case when searching the system catalog. The identifiers "ab" and "AB" will not match.

Unknown

The data source has ambiguous rules regarding identifier case and cannot discern this information.

Requirements

Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0