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