In This Topic
Gets the characters used to escape SQL identifiers in the specific SQL dialect.
Syntax
'Declaration
Public ReadOnly Property IdEscapeChars As String
public string IdEscapeChars {get;}
Property Value
A
System.String representing the characters used to escape SQL identifiers.
See Also