Class UpdateDataExpression
  
  
  
    Inheritance
    
    
    UpdateDataExpression
   
  
  
  
  Assembly: FluentMigrator.Abstractions.dll
  Syntax
  
    public class UpdateDataExpression : MigrationExpressionBase, IMigrationExpression, ICanBeValidated, ISchemaExpression
   
  Properties
  
  IsAllRows
  
  
  Declaration
  
    public bool IsAllRows { get; set; }
   
  Property Value
  
  
  SchemaName
  Gets or sets the schema name
 
  
  Declaration
  
    public string SchemaName { get; set; }
   
  Property Value
  
  
  Set
  
  
  Declaration
  
    public List<KeyValuePair<string, object>> Set { get; set; }
   
  Property Value
  
  
  TableName
  
  
  Declaration
  
    public string TableName { get; set; }
   
  Property Value
  
  
  Where
  
  
  Declaration
  
    public List<KeyValuePair<string, object>> Where { get; set; }
   
  Property Value
  
  Methods
  
  CollectValidationErrors(ICollection<string>)
  
  
  Declaration
  
    public override void CollectValidationErrors(ICollection<string> errors)
   
  Parameters
  
  Overrides
  
  
  ExecuteWith(IMigrationProcessor)
  
  
  Declaration
  
    public override void ExecuteWith(IMigrationProcessor processor)
   
  Parameters
  
  Overrides
  
  Implements
  
  
  
  Extension Methods