Interface IExecutableBuilder
Represents a builder interface for creating and executing migration expressions. Implementations of this interface allow migration steps to be defined and executed as part of a migration process.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Common
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IExecutableBuilder
Methods
View SourceDo()
Executes.
Declaration
void Do()