Select.setSql

Sets the SQL command to be used on the given GdaSelect object for filtering rows from the source data model (which is set with gda_select_set_source).

class Select
void
setSql
(
string sql
)

Parameters

sql string

the SQL command to be used for filtering rows.

Meta