Click or drag to resize
AsyncSelfServicingExtensionMethods.GetSingleAsync Method
Overload List
  NameDescription
Public methodStatic memberGetSingleAsync<TEntity>(EntityQuery<TEntity>)
Public methodStatic memberGetSingleAsync<TEntity>(EntityQuery<TEntity>, ITransaction)
Public methodStatic memberGetSingleAsync<TEntity>(EntityQuery<TEntity>, CancellationToken)
Public methodStatic memberGetSingleAsync<T>(IDao, DynamicQuery<T>)
Public methodStatic memberGetSingleAsync<TEntity>(EntityQuery<TEntity>, ITransaction, CancellationToken)
Public methodStatic memberGetSingleAsync<T>(IDao, DynamicQuery<T>, ITransaction)
Public methodStatic memberGetSingleAsync<T>(IDao, DynamicQuery<T>, CancellationToken)
Public methodStatic memberGetSingleAsync<T>(IDao, DynamicQuery<T>, ITransaction, CancellationToken)
Top
See Also