public EntityEnumerable(EnumeratorContext context) { this.context = context; }
public EntityEnumerator(EnumeratorContext context) { this.context = context; this.currentIndex = context.StartIndex; this.rows = context.Table.Rows; }