get_iter_from_values


Description:

[ Version ( since = "4.2" ) ]
public bool get_iter_from_values (out TreeIter iter, SList<Value?> values, int cols_index)

Sets iter to the first row where all the values in values at the columns identified at cols_index match.

If the row can't be identified, then the contents of iter is not modified.

NOTE: the cols_index array MUST contain a column index for each value in values

Parameters:

this

a DataStore object

iter

an unset TreeIter to set to the requested row

values

a list of Value values

cols_index

an array of SortColumn containing the column number to match each value of values

Returns:

true if the row has been identified iter was set