Windows apps
Collapse the table of content
Expand the table of content
Information
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)

 

Initializes a new instance of the DbConnectionStringBuilder class, optionally using ODBC rules for quoting values.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
DbConnectionStringBuilder(
	bool useOdbcRules
)

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
Return to top
Show:
© 2017 Microsoft