DalSystemDictionary

Description

The DalSystemDictionary enumeration contains types of the cursor that was received as a result of the execution of the SQL query to the 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 DB.
1 Views. The cursor that contains system information about the views stored in the database.
2 Columns. The cursor that contains system information about the fields of the tables stored in the database.
3 Indexes. The cursor that contains system information about the indexes of the tables stored in the database.
4 Trigers. The cursor that contains system information about the triggers of the tables stored in the database.
5 Procedures. The cursor that contains system information about the procedures stored in the database.
6 FileGroups. The cursor that contains system information about the file groups created in the database.
7 ForeignKeys. The cursor that contains system information about the external keys created for tables.
8 ForeignLinks. The cursor that contains system information about the connections created between the tables.

Comments

ForeignKeys. The returned cursor contains the following fields:

See also:

Dal Assembly Enumerations