5 references to IDBProperties
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
49
internal DBPropSet(UnsafeNativeMethods.
IDBProperties
properties, PropertyIDSet propidset, out OleDbHResult hr) : this() {
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (3)
364
private UnsafeNativeMethods.
IDBProperties
_value;
368
_value = (unknown as UnsafeNativeMethods.
IDBProperties
);
372
internal UnsafeNativeMethods.
IDBProperties
Value {
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (1)
43
internal PropertyInfoSet(UnsafeNativeMethods.
IDBProperties
idbProperties, PropertyIDSet propIDSet) : base(IntPtr.Zero, true) {