public Task <T[]> ToArrayAsync()
 {
     return(FdbAsyncEnumerable.ToArrayAsync(this, this.Transaction.Cancellation));
 }
Beispiel #2
0
 public Task <T[]> ToArrayAsync()
 {
     // ReSharper disable once InvokeAsExtensionMethod
     return(FdbAsyncEnumerable.ToArrayAsync(this, this.Transaction.Cancellation));
 }