5 instantiations of PropertyIDSet
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
1163
using(PropertyIDSet propidset = new
PropertyIDSet
(propertySet, propertyID)) {
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
351
using(PropertyIDSet propidset = new
PropertyIDSet
(propertySet, propertyID)) {
758
using(PropertyIDSet propidset = new
PropertyIDSet
(propertySets)) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
427
using(PropertyIDSet propidset = new
PropertyIDSet
(arrayPropertySets)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1656
using(PropertyIDSet propidset = new
PropertyIDSet
(propertySet, propertyID)) {
9 references to PropertyIDSet
System.Data (9)
fx\src\data\System\Data\OleDb\DBPropSet.cs (3)
49
internal DBPropSet(UnsafeNativeMethods.IDBProperties properties,
PropertyIDSet
propidset, out OleDbHResult hr) : this() {
66
internal DBPropSet(UnsafeNativeMethods.IRowsetInfo properties,
PropertyIDSet
propidset, out OleDbHResult hr) : this() {
83
internal DBPropSet(UnsafeNativeMethods.ICommandProperties properties,
PropertyIDSet
propidset, out OleDbHResult hr) : this() {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
1163
using(
PropertyIDSet
propidset = new PropertyIDSet(propertySet, propertyID)) {
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
351
using(
PropertyIDSet
propidset = new PropertyIDSet(propertySet, propertyID)) {
758
using(
PropertyIDSet
propidset = new PropertyIDSet(propertySets)) {
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
427
using(
PropertyIDSet
propidset = new PropertyIDSet(arrayPropertySets)) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1656
using(
PropertyIDSet
propidset = new PropertyIDSet(propertySet, propertyID)) {
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
43
internal PropertyInfoSet(UnsafeNativeMethods.IDBProperties idbProperties,
PropertyIDSet
propIDSet) : base(IntPtr.Zero, true) {