RowLookupScript<TRow> class
namespace: Serenity.Web assembly: Serenity.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
- class LookupScript
- interface IRow
- Source: RowLookupScript.cs