This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISQLSyntaxInfo Interface > ISQLSyntaxInfo.DelimitedIdentifierCase Property (ArcObjects .NET 10.5 SDK) |
Indicates whether DBMS's quoted identifiers are case sensitive.
[Visual Basic .NET] Public ReadOnly Property DelimitedIdentifierCase As Boolean
[C#] public bool DelimitedIdentifierCase {get;}
[C++]
HRESULT get_DelimitedIdentifierCase(
VARIANT_BOOL* caseSensitive
);
[C++]
Parameters caseSensitive [out, retval] caseSensitive is a parameter of type VARIANT_BOOL