Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Update
Classes
UpdateBuilder
Provides methods to construct and execute update expressions used in database schema migrations. This builder is typically used to define how data should be updated during a migration process.
UpdateDataBuilder
Provides a fluent builder for constructing expressions that update data within database migrations. Use this builder to specify the table, columns, and values to update as part of a migration step.
Interfaces
IUpdateBuilder
Builds an Update expression.
IUpdateTableBuilder
Builds an Update expression.
IUpdateWhereBuilder
Builds an Update expression.