ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser Namespace / SqlDialect Class / IdEscapeChars Property

In This Topic
IdEscapeChars Property
In This Topic
Gets the characters used to escape SQL identifiers in the specific SQL dialect.
Syntax
'Declaration
 
Public ReadOnly Property IdEscapeChars As String
 

Property Value

A System.String representing the characters used to escape SQL identifiers.
See Also