Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum ContainedElementType
Members
  Member nameValueDescription
Default0
Catalog1
Schema2
Sequence3
Table4
View5
StoredProcedure6
TableField7
ViewField8
StoredProcedureParameter9
UniqueConstraint10
ForeignKeyConstraint11
StoredProcedureResultset12
TableValuedFunction13
See Also