DBElementType Enumeration |
Enum for specifying which dbelement type to obtain, use etc.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum DBElementType
Public Enumeration DBElementType
Members
| Member name | Value | Description |
---|
| Catalog | 0 | |
| Schema | 1 | |
| Table | 2 | |
| TableField | 3 | |
| Sequence | 4 | |
| ForeignKeyConstraint | 5 | |
| UniqueConstraint | 6 | |
| PrimaryKeyConstraint | 7 | |
| StoredProcedure | 8 | |
| StoredProcedureResultset | 9 | |
| View | 10 | |
| TableValuedFunction | 11 | |
| DefaultConstraint | 12 | |
See Also