ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* caseSensitive
);
[C++]

Parameters

caseSensitive [out, retval]   caseSensitive is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISQLSyntaxInfo Interface