[]
Gets a value indicating whether the SQL dialect allows the use of unnamed parameters in SQL statements.
public bool UnnamedParameters { get; }
A bool value. true if the SQL dialect supports unnamed parameters; otherwise, false.
true
false