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