ContainedElementType Enumeration |
Enum for specifying the type of the element contained in the sender of a ContainedElementChanged event which was changed
and which related eventargs are stored inside the ContainedElementChangedEventArgs instance used.
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum ContainedElementType
Public Enumeration ContainedElementType
Members
| Member name | Value | Description |
---|
| Default | 0 | |
| Catalog | 1 | |
| Schema | 2 | |
| Sequence | 3 | |
| Table | 4 | |
| View | 5 | |
| StoredProcedure | 6 | |
| TableField | 7 | |
| ViewField | 8 | |
| StoredProcedureParameter | 9 | |
| UniqueConstraint | 10 | |
| ForeignKeyConstraint | 11 | |
| StoredProcedureResultset | 12 | |
| TableValuedFunction | 13 | |
See Also