Sdílet prostřednictvím


IAsyncQueryExecutor.IsSupported<T>(IQueryable<T>) Metoda

Definice

Určuje, zda IQueryable<T> je tento IAsyncQueryExecutor typ podporován.

public bool IsSupported<T> (System.Linq.IQueryable<T> queryable);
abstract member IsSupported : System.Linq.IQueryable<'T> -> bool
Public Function IsSupported(Of T) (queryable As IQueryable(Of T)) As Boolean

Parametry typu

T

Datový typ

Parametry

queryable
IQueryable<T>

Instance IQueryable<T> .

Návraty

True, pokud tato IAsyncQueryExecutor instance může provádět asynchronní dotazy pro zadaný queryable, jinak false.

Platí pro