Пример #1
0
 protected override string GetDbProviderManifestToken(Common.DbConnection connection)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Data.Entity.SchemaCompare.Model.DatabaseContext"/> class.
 /// </summary>
 /// <param name="connection">An existing connection to use for the new context.</param>
 public DatabaseContext(Common.DbConnection connection)
     : base(connection, true)
 {
 }