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


ISQLSyntax.GetDelimitedIdentifierCase 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.GetDelimitedIdentifierCase Method
ArcGIS Developer Help

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

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