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