Click or drag to resize

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 enum EmitType
Members
  Member nameValueDescription
AllEntities0 Perform the task on all entities
AllTypedLists1 Perform the task on all typedlists
AllTypedViews2 Perform the task on all typedviews
ActionSPCalls3 Perform the task on all action sp calls
RetrievalSPCalls4 Perform the task on all retrieval sp calls
Generic5 Perform the task once, on the input
AllValueTypes6 Perform the task on all value types.
AllModelViews7 Perform the task on all modelviews in the project.
AllTvfCalls8 Perform the task on all table valued function calls in the project.
AllRootDerivedElements9 Perform the task on all root document definitions in the generator.
AllSPCalls10 Perform the task on all stored procedure calls, no matter whether they're action or retrieval.
AllDerivedModels11 Perform the task on all derived models
AllRootDerivedElementsAllModels12 Perform the task on all derived elements from all derived models.
AllDrivers13 Perform the task on all drivers which have metadata in a database in the project
AllCatalogs14 Perform the task on all catalogs in the project, for all databases
AllSchemas15 Perform the task on all schemas in the project, in all catalogs, in all databases
AllTables16 Perform the task on all tables in the project, in all schemas, in all catalogs, in all databases
AllViews17 Perform the task on all views in the project, in all schemas, in all catalogs, in all databases
AllStoredProcedures18 Perform the task on all stored procedures in the project, in all schemas, in all catalogs, in all databases
AllTableValuedFunctions19 Perform the task on all tvfs in the project, in all schemas, in all catalogs, in all databases
See Also