Schema type.
Source position: sqldb.pp line 677
public property TSQLQuery.SchemaType : TSchemaType; |
SchemaType is the schema type set by TCustomSQLQuery.SetSchemaInfo. It determines what kind of schema information will be returned by the TSQLQuery instance.
|
SetSchemaInfo prepares the dataset to retrieve schema info. |
|
|
Retrieving Schema Information. |