예제 #1
0
 public EntityEnumerable(EnumeratorContext context)
 {
     this.context = context;
 }
예제 #2
0
 public EntityEnumerator(EnumeratorContext context)
 {
     this.context      = context;
     this.currentIndex = context.StartIndex;
     this.rows         = context.Table.Rows;
 }