CodeGenerationEngineBaseEmitType Enumeration |
Emit type enum for the code generation engines derived from this class.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax Protected Enumeration EmitType
Members
| Member name | Value | Description |
---|
| AllEntities | 0 |
Perform the task on all entities
|
| AllTypedLists | 1 |
Perform the task on all typedlists
|
| AllTypedViews | 2 |
Perform the task on all typedviews
|
| ActionSPCalls | 3 |
Perform the task on all action sp calls
|
| RetrievalSPCalls | 4 |
Perform the task on all retrieval sp calls
|
| Generic | 5 |
Perform the task once, on the input
|
| AllValueTypes | 6 |
Perform the task on all value types.
|
| AllModelViews | 7 |
Perform the task on all modelviews in the project.
|
| AllTvfCalls | 8 |
Perform the task on all table valued function calls in the project.
|
| AllRootDerivedElements | 9 |
Perform the task on all root document definitions in the generator.
|
| AllSPCalls | 10 |
Perform the task on all stored procedure calls, no matter whether they're action or retrieval.
|
| AllDerivedModels | 11 |
Perform the task on all derived models
|
| AllRootDerivedElementsAllModels | 12 |
Perform the task on all derived elements from all derived models.
|
| AllDrivers | 13 |
Perform the task on all drivers which have metadata in a database in the project
|
| AllCatalogs | 14 |
Perform the task on all catalogs in the project, for all databases
|
| AllSchemas | 15 |
Perform the task on all schemas in the project, in all catalogs, in all databases
|
| AllTables | 16 |
Perform the task on all tables in the project, in all schemas, in all catalogs, in all databases
|
| AllViews | 17 |
Perform the task on all views in the project, in all schemas, in all catalogs, in all databases
|
| AllStoredProcedures | 18 |
Perform the task on all stored procedures in the project, in all schemas, in all catalogs, in all databases
|
| AllTableValuedFunctions | 19 |
Perform the task on all tvfs in the project, in all schemas, in all catalogs, in all databases
|
See Also