USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Add all base table fields to a SQL statement variable's SELECT list
Introspects the base table of the SQL statement variable and adds all matching fields to the field list. Optionally restrict to spec fields only or exclude calculated (non-updateable) fields.
| Parameter | Description |
|---|---|
| cmd | SQL statement variable name |
| Argument 0 | true to only add spec fields |
| Argument 1 | true to only add updateable fields (excludes calculated fields) |
SqlStatement.AddBaseTableFields "SQL statement variable name", "true to only add spec fields", "true to only add updateable fields (excludes calculated fields)"