Skip to content

RowLookupScript<TRow> class

namespace: Serenity.Web   assemblySerenity.Net.Web

Generic lookup script type for rows.

public class RowLookupScript<TRow> : LookupScript
    where TRow : class, IRow, new()
parameter description
TRow The row type.

Public Members

name description
RowLookupScript(…) Initializes a new instance of the RowLookupScript class.

Protected Members

name description
readonly sqlConnections The SQL connections.
virtual ApplyOrder(…) Applies the sort order to the query.
override GetItems()
virtual PrepareQuery(…) Prepares the SQL query to select fields.

See Also