5 references to DBInit
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (3)
82
value = GetDataSourceValue(OleDbPropertySetGuid.
DBInit
, ODB.DBPROP_INIT_TIMEOUT);
119
value = GetDataSourceValue(OleDbPropertySetGuid.
DBInit
, ODB.DBPROP_INIT_CATALOG);
148
value = GetDataSourceValue(OleDbPropertySetGuid.
DBInit
, ODB.DBPROP_INIT_DATASOURCE);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (2)
405
if ((OleDbPropertySetGuid.
DBInit
== info._propertySet) &&
494
if (OleDbPropertySetGuid.
DBInit
== info._propertySet) {