IdentifierCase Enumeration
.NET Framework (current version)
Specifies how identifiers are treated by the data source when searching the system catalog.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Identifiers may be either quoted or unquoted.
.NET Framework
Available since 2.0
Available since 2.0
Show: