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 Row type

Public Members

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

Protected Members

name description
readonly sqlConnections- Sql connections
virtual ApplyOrder(…) Applies the sort order to the query
override GetItems()
virtual PrepareQuery(…) Prepares the sql query to select fields

See Also