204 | | - '''_fields''' (list/tuple of Field instances) to select fields from gis_location (None for ALL) |
205 | | - '''_filter''' (Query instance) to filter the gis_location records |
206 | | - '''as_rows''' (boolean) return the result as Rows object (work like a DAL select()) |
| 204 | - '''_fields''' (list/tuple of {{{Field}}} instances) to select fields from {{{gis_location}}} ({{{None}}} for ALL) |
| 205 | - '''_filter''' ({{{Query}}} instance) to filter the gis_location records |
| 206 | - '''as_rows''' (boolean) return the result as {{{Rows}}} object (work like a DAL {{{select()}}}) |