IExecutionPlanBuilder
- Namespace:
PPDS.Migration.Analysis - Assembly:
PPDS.Migration - Kind: Interface
Summary
Interface for building execution plans from dependency graphs.
Members
Methods
Build
ExecutionPlan Build(DependencyGraph graph, MigrationSchema schema)
Creates an execution plan from a dependency graph.
-
Param
graph: The dependency graph. -
Param
schema: The migration schema. -
Returns: The execution plan with tiers and deferred fields.