OleDbSchemaGuid::SchemaGuids Field
.NET Framework (current version)
Returns a list of schema rowsets, identified by their GUIDs, and a pointer to the descriptions of the restriction columns.
Assembly: System.Data (in System.Data.dll)
Using SchemaGuids is equivalent to calling the OLE DB IDBSchemaRowset::GetSchemas interface. The list of schemas and restrictions are returned as a DataTable with two columns named "Schema" and "RestrictionSupport". Each combination of schema GUID and restriction bitmask returned by the provider will be on its on row in the DataTable.
.NET Framework
Available since 2.0
Available since 2.0
Show: