The IQueryModelResult type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Single T |
Returns the first record from the query result.
|
![]() | SingleAsync T |
Asynchronously returns the first record from the query result.
|
![]() | SingleAsync T (CancellationToken) |
Asynchronously returns the first record from the query result.
|
![]() | ToList T |
Returns a list with all query results.
|
![]() | ToListAsync T |
Asynchronously returns a list with all query results.
|
![]() | ToListAsync T (CancellationToken) |
Asynchronously returns a list with all query results.
|
See Also