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


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

ISQLSyntax.GetDelimitedIdentifierCase Method

True if DBMS's quoted identifiers are case sensitive.

[Visual Basic .NET]
Public Function GetDelimitedIdentifierCase ( _
) As Boolean
[C#]
public bool GetDelimitedIdentifierCase (
);
[C++]
HRESULT GetDelimitedIdentifierCase(
  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

GetDelimitedIdentifierCase returns a Boolean indicating whether delimited identifiers are case sensitive in the DBMS of the underlying workspace.
An identifier is delimited in most DBMSs with square brackets. A notable exception is Access, which uses quotation marks.

See Also

ISQLSyntax Interface