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


ISQLSyntax.GetIdentifierCase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISQLSyntax Interface > ISQLSyntax.GetIdentifierCase Method
ArcGIS Developer Help

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(
void
);

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