Represents query result that can be mapped to POCO model.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
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