public AnonymousModelCreator(Type dbObjectType, bool useIndex, bool noLazy) 
     : base(dbObjectType, useIndex, noLazy)
 {
     _handler = DynamicLinqObjectHandler.Factory.GetInstance(DbObjectType);
 }
Exemple #2
0
 public AnonymousModelCreator(Type dbObjectType, bool useIndex, bool noLazy)
     : base(dbObjectType, useIndex, noLazy)
 {
     _handler = DynamicLinqObjectHandler.Factory.GetInstance(DbObjectType);
 }