Esempio n. 1
0
 public AsyncEnumerator(AsyncQueryingEnumerable <T> queryingEnumerable)
 {
     _shaperCommandContext   = queryingEnumerable._shaperCommandContext;
     _valueBufferFactory     = _shaperCommandContext.ValueBufferFactory;
     _relationalQueryContext = queryingEnumerable._relationalQueryContext;
     _shaper = queryingEnumerable._shaper;
 }
 public AsyncEnumerator(AsyncQueryingEnumerable queryingEnumerable)
 {
     _queryingEnumerable = queryingEnumerable;
     _valueBufferFactory = _queryingEnumerable._shaperCommandContext.ValueBufferFactory;
 }