RowLookupScript<TRow>.PrepareQuery method
namespace: Serenity.Web assembly: Serenity.Net.Web
Prepares the sql query to select fields
protected virtual void PrepareQuery(SqlQuery query)
| parameter | description |
|---|---|
| query | Sql query |
See Also
- class SqlQuery
- class RowLookupScript<TRow>