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* pIsCaseSensitive
);
[C++]

Parameters

pIsCaseSensitive [out, retval]   pIsCaseSensitive 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