Class DeleteDataExpression
  
  
  
    Inheritance
    
    DeleteDataExpression
   
  
  
  
  Assembly: FluentMigrator.Abstractions.dll
  Syntax
  
    public class DeleteDataExpression : IMigrationExpression, ICanBeValidated, ISchemaExpression
   
  Properties
  
  IsAllRows
  
  
  Declaration
  
    public virtual bool IsAllRows { get; set; }
   
  Property Value
  
  
  Rows
  
  
  Declaration
  
    public List<DeletionDataDefinition> Rows { get; }
   
  Property Value
  
  
  SchemaName
  Gets or sets the schema name
 
  
  Declaration
  
    public virtual string SchemaName { get; set; }
   
  Property Value
  
  
  TableName
  
  
  Declaration
  
    public string TableName { get; set; }
   
  Property Value
  
  Methods
  
  CollectValidationErrors(ICollection<string>)
  
  
  Declaration
  
    public void CollectValidationErrors(ICollection<string> errors)
   
  Parameters
  
  
  ExecuteWith(IMigrationProcessor)
  
  
  Declaration
  
    public void ExecuteWith(IMigrationProcessor processor)
   
  Parameters
  
  
  Reverse()
  
  
  Declaration
  
    public IMigrationExpression Reverse()
   
  Returns
  
  Implements
  
  
  
  Extension Methods