Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum DBElementType
Members
  Member nameValueDescription
Catalog0
Schema1
Table2
TableField3
Sequence4
ForeignKeyConstraint5
UniqueConstraint6
PrimaryKeyConstraint7
StoredProcedure8
StoredProcedureResultset9
View10
TableValuedFunction11
DefaultConstraint12
See Also