| 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.2.0.0 (5.2.17.0403)
Syntaxpublic 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