Example #1
0
 public VfpEntitySession(VfpQueryProvider provider)
     : base(provider)
 {
 }
Example #2
0
 public Executor(VfpQueryProvider provider)
     : base(provider)
 {
     this.provider = provider;
 }
Example #3
0
 public VfpEntitySession(VfpQueryProvider provider)
     : base(provider)
 {
 }
Example #4
0
 public NorthwindDataContext(VfpQueryProvider provider)
 {
     this.Provider = provider;
 }
Example #5
0
 public NorthwindDataContext(VfpQueryProvider provider)
     : this(new DbEntityRepository(provider))
 {
 }