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