6 references to IDBSchemaRowset
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
534UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset = wrapper.Value; 577UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset = wrapper.Value;
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (3)
391private UnsafeNativeMethods.IDBSchemaRowset _value; 395_value = (unknown as UnsafeNativeMethods.IDBSchemaRowset); 398internal UnsafeNativeMethods.IDBSchemaRowset Value {
fx\src\data\System\Data\OleDb\SafeHandles.cs (1)
50internal DualCoTaskMem(UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset, out int schemaCount, out IntPtr schemaGuids, out IntPtr schemaRestrictions, out OleDbHResult hr) : this() {