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