AsyncEnumerable<TResult>(IAsyncEnumerable<TResult>) Oluşturucu

Tanım

Öğesinin yeni bir örneğini oluşturur AsyncEnumerable<TResult>

public AsyncEnumerable (System.Collections.Generic.IAsyncEnumerable<TResult> asyncEnumerable);
new Microsoft.EntityFrameworkCore.Query.AsyncEnumerable<'Result> : System.Collections.Generic.IAsyncEnumerable<'Result> -> Microsoft.EntityFrameworkCore.Query.AsyncEnumerable<'Result>
Public Sub New (asyncEnumerable As IAsyncEnumerable(Of TResult))

Parametreler

asyncEnumerable
IAsyncEnumerable<TResult>

Temel alınan IAsyncEnumerable<T> örnek.

Şunlara uygulanır