EntitySqlHelper.List<TRow> method
Lists the rows returned from executing the query.
public static List<TRow> List<TRow>(this SqlQuery query, IDbConnection connection,
TRow loaderRow = default)
where TRow : class, IRow
| parameter | description |
|---|---|
| TRow | The type of the row. |
| query | The query. |
| connection | The connection. |
| loaderRow | The loader row. |
Return Value
List of rows.
See Also
- class SqlQuery
- interface IRow
- class EntitySqlHelper