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