The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbConnectionStringBuilder Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the DbConnectionStringBuilder class, optionally using ODBC rules for quoting values.
Assembly: System.Data (in System.Data.dll)
Parameters
- useOdbcRules
-
Type:
System::Boolean
true to use {} to delimit fields; false to use quotation marks.
If useOdbcRules is true, this DbConnectionStringBuilder uses ODBC rules for quoting values (surrounding values with curly braces ({})). If useOdbcRules is false, this DbConnectionStringBuilder uses quotation mark character ("") to delimit values.
.NET Framework
Available since 2.0
Available since 2.0
Show: