DataModelSelect.from_string
Description:
[ CCode ( has_construct_function = false ) ]
public DataModelSelect.from_string (Connection cnc, string sql)
public DataModelSelect.from_string (Connection cnc, string sql)
Parameters:
cnc |
an opened Connection |
sql |
a string representing a SELECT SQL to execute |
Returns:
a new DataModelSelect object |