col.xyz.query.ds

When a list is initialized with a query, use this property to specify which database should be used.

Class

column

Property

col.xyz.query.ds

Formal specification

col.xyz.query.ds = datasource name

Required

yes when col.xyz.query is specified

Default



Version



Comment

More details on how to specify the datasource name is available on Datasource Specifications

Example



col.city=Cities  col.city.type = list  col.city.query=select cityName, id from cities order by cityName;  col.city.query.ds = touristInfo 



Reference

Datasource Specifications 
col.xyz.type = list 
col.xyz.query