Interface IMigrationContext
  
  
  
  Assembly: FluentMigrator.Abstractions.dll
  Syntax
  
    public interface IMigrationContext
   
  Properties
  
  ApplicationContext
  The arbitrary application context passed to the task runner.
 
  
  Declaration
  
    object ApplicationContext { get; set; }
   
  Property Value
  
  
  Connection
  
  
  Declaration
  
    string Connection { get; set; }
   
  Property Value
  
  
  Expressions
  
  
  Declaration
  
    ICollection<IMigrationExpression> Expressions { get; set; }
   
  Property Value
  
  
  MigrationAssemblies
  
  
  Declaration
  
    IAssemblyCollection MigrationAssemblies { get; set; }
   
  Property Value
  
  
  QuerySchema
  
  
  Declaration
  
    IQuerySchema QuerySchema { get; }
   
  Property Value