DalSystemDictionary

Description

The DalSystemDictionary enumeration contains types of the cursor obtained as a result of SQL query execution to database.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Tables. The cursor that contains system information about tables stored in the database.
1 Views. The cursor that contains system information about views stored in the database.
2 Columns. The cursor that contains system information about table fields stored in the database.
3 Indexes. The cursor that contains system information about table indexes stored in the database.
4 Trigers. The cursor that contains system information about table triggers stored in the database.
5 Procedures. The cursor that contains system information about procedures stored in the database.
6 FileGroups. The cursor that contains system information about file groups created in the database.
7 ForeignKeys. The cursor that contains system information about external keys created for tables.
8 ForeignLinks. The cursor that contains system information about connections created between the tables.

Comments

ForeignKeys. The returned cursor contains the following fields:

See also:

Dal Assembly Enumerations