/// <summary>Return an async sequence that will return the results of this query</summary>
 public IFdbAsyncEnumerable <T> ToEnumerable(FdbAsyncMode mode = FdbAsyncMode.Default)
 {
     return(FdbAsyncEnumerable.Create((_) => GetEnumerator(this, mode)));
 }