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* pIsCaseSensitive
);
[C++]

Parameters

pIsCaseSensitive [out, retval]   pIsCaseSensitive 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