EntitySqlHelper.List<TRow> method

namespace: Serenity.Data   assemblySerenity.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