This document is archived and information here might be outdated.  Recommended version.


ISQLSyntax.GetIdentifierCase Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISQLSyntax.GetIdentifierCase Method

True if DBMS's identifiers are case sensitive.

[Visual Basic .NET]
Public Function GetIdentifierCase ( _
) As Boolean
[C#]
public bool GetIdentifierCase (
);
[C++]
HRESULT GetIdentifierCase(
  VARIANT_BOOL* isCaseSensitive
);
[C++]

Parameters isCaseSensitive [out, retval] isCaseSensitive is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

GetIdentifierCase returns a Boolean indicating whether identifiers are case sensitive in the DBMS of the underlying workspace.

See Also

ISQLSyntax Interface