OleDbSchemaGuid::SchemaGuids Field

 

Returns a list of schema rowsets, identified by their GUIDs, and a pointer to the descriptions of the restriction columns.

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
static initonly Guid SchemaGuids

Field Value

Type: System::Guid

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
Return to top
Show: