6 references to IDBSchemaRowset
System.Data.OleDb (6)
OleDbConnectionInternal.cs (2)
577UnsafeNativeMethods.IDBSchemaRowset? dbSchemaRowset = wrapper.Value; 627UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset = wrapper.Value;
OleDbWrapper.cs (3)
526private UnsafeNativeMethods.IDBSchemaRowset _value; 531_value = (unknown as UnsafeNativeMethods.IDBSchemaRowset)!; 534internal UnsafeNativeMethods.IDBSchemaRowset Value
SafeHandles.cs (1)
43internal DualCoTaskMem(UnsafeNativeMethods.IDBSchemaRowset dbSchemaRowset, out int schemaCount, out IntPtr schemaGuids, out IntPtr schemaRestrictions, out OleDbHResult hr) : this()