6 instantiations of DBPropSet
System.Data (6)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
245DBPropSet propertyset = new DBPropSet(1);
fx\src\data\System\Data\OleDb\OleDbCommand.cs (2)
1165using(DBPropSet propset = new DBPropSet(icommandProperties, propidset, out hr)) { 1230propSet = new DBPropSet(1);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
353using(DBPropSet propset = new DBPropSet(idbProperties.Value, propidset, out hr)) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
431using(DBPropSet propset = new DBPropSet(idbProperties.Value, propidset, out hr)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1658using(DBPropSet propset = new DBPropSet(irowsetinfo, propidset, out hr)) {
12 references to DBPropSet
System.Data (12)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
243static internal DBPropSet CreateProperty(Guid propertySet, int propertyId, bool required, object value) { 245DBPropSet propertyset = new DBPropSet(1);
fx\src\data\System\Data\OleDb\OleDbCommand.cs (5)
911using(DBPropSet propSet = CommandPropertySets()) { 1165using(DBPropSet propset = new DBPropSet(icommandProperties, propidset, out hr)) { 1205using(DBPropSet propSet = CommandPropertySets()) { 1221private DBPropSet CommandPropertySets() { 1222DBPropSet propSet = null;
fx\src\data\System\Data\OleDb\OleDbConnection.cs (2)
539using(DBPropSet propSet = DBPropSet.CreateProperty(propertySet, propertyID, required, value)) {
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
353using(DBPropSet propset = new DBPropSet(idbProperties.Value, propidset, out hr)) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
431using(DBPropSet propset = new DBPropSet(idbProperties.Value, propidset, out hr)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1658using(DBPropSet propset = new DBPropSet(irowsetinfo, propidset, out hr)) {