MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.SqlParser Namespace / SqlDialect Class / UnnamedParameters Property

In This Topic
UnnamedParameters Property
In This Topic
Gets a value indicating whether the SQL dialect allows the use of unnamed parameters in SQL statements.
Syntax
'Declaration
 
Public ReadOnly Property UnnamedParameters As Boolean
 

Property Value

A System.Boolean value. true if the SQL dialect supports unnamed parameters; otherwise, false.
See Also