Data.SqlExpr.TTableScopes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

TTableScopes = set of TTableScope;

C++

typedef System::Set<TTableScope, TTableScope::tsSynonym, TTableScope::tsView> TTableScopes;

Description

Set of TTableScope that indicates the types of tables for which to fetch metadata.

TTableScopes is a set that indicates the types of tables for which to fetch metadata. It is a set of TTableScope values. TTableScopes can take one or more of the following values:


Value Meaning

tsSynonym

Synonyms

tsSysTable

System tables

tsTable

Ordinary tables

tsView

Views

See Also