EntitySqlHelper.List<TRow> method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Lists the rows returned from executing the query.
public static List<TRow> List<TRow>(this SqlQuery query, IDbConnection connection,
TRow loaderRow = default(TRow))
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 TRow
- class SqlQuery
- interface IRow
- class EntitySqlHelper