Class SqlServer2005Processor
Inheritance
SqlServer2005Processor
Assembly: FluentMigrator.Runner.SqlServer.dll
Syntax
public class SqlServer2005Processor : SqlServerProcessor, IMigrationProcessor, IQuerySchema, IDisposable
Constructors
|
Edit this page
View Source
SqlServer2005Processor(ILogger<SqlServer2005Processor>, SqlServer2005Quoter, SqlServer2005Generator, IOptionsSnapshot<ProcessorOptions>, IConnectionStringAccessor, IServiceProvider)
Declaration
public SqlServer2005Processor(ILogger<SqlServer2005Processor> logger, SqlServer2005Quoter quoter, SqlServer2005Generator generator, IOptionsSnapshot<ProcessorOptions> options, IConnectionStringAccessor connectionStringAccessor, IServiceProvider serviceProvider)
Parameters
Implements