ImportableElementType Enumeration |
Enum for defining the type of elements which can be imported
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum ImportableElementType
Public Enumeration ImportableElementType
Members
| Member name | Value | Description |
---|
| Entity | 0 | |
| TypedList | 1 | |
| TypedView | 2 | |
| StoredProcedureCall | 3 | |
| ValueType | 4 | |
| TvfCall | 5 | |
| RootDocumentDefinition | 6 | |
See Also