View Source
Class UpdateDataExpression
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UpdateDataExpression : MigrationExpressionBase, IMigrationExpression
Constructors
View Source
UpdateDataExpression(IMigrationContext)
Declaration
public UpdateDataExpression(IMigrationContext context)
Parameters
Properties
View Source
IsAllRows
Declaration
public bool IsAllRows { get; set; }
Property Value
View Source
Set
Declaration
public List<KeyValuePair<string, object?>>? Set { get; set; }
Property Value
| Type |
Description |
| List<KeyValuePair<string, object>> |
|
View Source
TableName
Declaration
public string? TableName { get; set; }
Property Value
View Source
Where
Declaration
public List<KeyValuePair<string, object?>>? Where { get; set; }
Property Value
| Type |
Description |
| List<KeyValuePair<string, object>> |
|
Methods
View Source
GetSql()
Declaration
protected override string GetSql()
Returns