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


ISQLSyntaxInfo.IdentifierCase Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISQLSyntaxInfo Interface > ISQLSyntaxInfo.IdentifierCase Property
ArcGIS Developer Help

ISQLSyntaxInfo.IdentifierCase Property

Indicates whether DBMS's identifiers are case sensitive.

[Visual Basic .NET]
Public ReadOnly Property IdentifierCase As Boolean
[C#]
public bool IdentifierCase {get;}
[C++]
HRESULT get_IdentifierCase(
  Boolean* caseSensitive
);
[C++]
Parameters
caseSensitive [out, retval]

caseSensitive is a parameter of type bool*

Product Availability

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

See Also

ISQLSyntaxInfo Interface