Db Create Task
class DbCreateTask
A DbCreateTask represents a set of instructions that can be used to create, possibly fill, and alter a database. It can be used only once. The enum Type indicates what kind of tasks will be executed and the state of the task.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DbCreateTaskBuilder : DbCreateTask.DbCreateTaskExecuteStepIfc, DbCreateTask.WithCreateScriptStepIfc, DbCreateTask.WithTablesScriptStepIfc, DbCreateTask.DbCreateTaskFirstStepIfc, DbCreateTask.AfterTablesOnlyStepIfc, DbCreateTask.DbInsertStepIfc, DbCreateTask.DBAfterInsertStepIfc, DbCreateTask.DBAddConstraintsStepIfc
A builder that can be used to configure a database creation task through as set of configuration steps.
Link copied to clipboard
interface DbCreateTaskExecuteStepIfc
Link copied to clipboard
interface DbCreateTaskFirstStepIfc : DbCreateTask.WithCreateScriptStepIfc, DbCreateTask.WithTablesScriptStepIfc
Used to limit the options on the first step
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface WithCreateScriptStepIfc
Allows the user to specify a full creation script that puts the database into the state desired by the user.
Link copied to clipboard
interface WithTablesScriptStepIfc
Allows the user to specify a script that creates the tables of the database