public Order2DataAdapter(bool allowCache, String databaseName) : base(StarWarsContext.Create <Order2Context>(databaseName), new Cache.OeQueryCache(allowCache)) { }