示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MockMigrationContext"/> class.
 /// </summary>
 /// <param name="sqlProvider">The SQL provider.</param>
 public MockMigrationContext(GenericSqlProvider_Accessor sqlProvider)
     : base()
 {
     SqlProvider = sqlProvider.Target as ISqlProvider;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MockMigrationContext"/> class.
 /// </summary>
 /// <param name="sqlProvider">The SQL provider.</param>
 public MockMigrationContext(GenericSqlProvider_Accessor sqlProvider)
     : base()
 {
     SqlProvider = sqlProvider.Target as ISqlProvider;
 }