5 instantiations of PropertyIDSet
System.Data.OleDb (5)
OleDbCommand.cs (1)
1252
using (PropertyIDSet propidset = new
PropertyIDSet
(propertySet, propertyID))
OleDbConnectionInternal.cs (2)
361
using (PropertyIDSet propidset = new
PropertyIDSet
(propertySet, propertyID))
832
using (PropertyIDSet propidset = new
PropertyIDSet
(propertySets))
OleDbConnectionStringBuilder.cs (1)
465
using (PropertyIDSet propidset = new
PropertyIDSet
(arrayPropertySets))
OleDbDataReader.cs (1)
1813
using (PropertyIDSet propidset = new
PropertyIDSet
(propertySet, propertyID))
9 references to PropertyIDSet
System.Data.OleDb (9)
DbPropSet.cs (3)
45
internal DBPropSet(UnsafeNativeMethods.IDBProperties properties,
PropertyIDSet
? propidset, out OleDbHResult hr) : this()
63
internal DBPropSet(UnsafeNativeMethods.IRowsetInfo properties,
PropertyIDSet
? propidset, out OleDbHResult hr) : this()
81
internal DBPropSet(UnsafeNativeMethods.ICommandProperties properties,
PropertyIDSet
? propidset, out OleDbHResult hr) : this()
OleDbCommand.cs (1)
1252
using (
PropertyIDSet
propidset = new PropertyIDSet(propertySet, propertyID))
OleDbConnectionInternal.cs (2)
361
using (
PropertyIDSet
propidset = new PropertyIDSet(propertySet, propertyID))
832
using (
PropertyIDSet
propidset = new PropertyIDSet(propertySets))
OleDbConnectionStringBuilder.cs (1)
465
using (
PropertyIDSet
propidset = new PropertyIDSet(arrayPropertySets))
OleDbDataReader.cs (1)
1813
using (
PropertyIDSet
propidset = new PropertyIDSet(propertySet, propertyID))
PropertyInfoSet.cs (1)
32
internal PropertyInfoSet(UnsafeNativeMethods.IDBProperties idbProperties,
PropertyIDSet
propIDSet) : base(IntPtr.Zero, true)