gd.query.columns
Use this property to specify which columns should be initialized with the results of a query.
Class | Database |
---|---|
Property | gd.query.columns |
Formal specification | gd.query.columns = <column-id> [ "," <column-id> ]* |
Required | no; yes for Table Grid Reader |
Default | |
Version | 1.0 |
Comment | This property will map the results of the query to the corresponding column in the same order. |
Example | gd.columns = firstname, lastname, hobbies, ageÂ
gd.query.columns = firstname, lastnameÂ
gd.query = select fname, lname from employees
|
Reference |  Grid reload |