This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* caseSensitive
);
[C++] Parameters caseSensitive [out, retval]
caseSensitive is a parameter of type bool*