SQLConnection.IdentifierQuoteChar Property (Typed) | |
A string used to surround a delimited identifier for this connection.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY IdentifierQuoteChar AS STRING GET
public virtual string IdentifierQuoteChar { get; }
Request Example
View SourceProperty Value
Type:
StringA string used to surround a delimited identifier for this connection.
See Also