OleDbSchemaGuid::Statistics Field

 

Returns the statistics defined in the catalog that is owned by a given user.

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

public:
static initonly Guid Statistics

Field Value

Type: System::Guid

Statistics maps to the OLE DB STATISTICS rowset. Unless otherwise specified, restriction columns are returned in the following order.

Restriction column

CLR data type

Description

TABLE_CATALOG

string

Catalog name. A null value if the provider does not support catalogs.

TABLE_SCHEMA

string

Unqualified schema name. A null value if the provider does not support schemas.

TABLE_NAME

string

Table name.

.NET Framework
Available since 1.1
Return to top
Show: