get_column_index
Description:
public abstract int get_column_index (
string column_name)
Get the column index of a column.
Parameters:
this |
a Model
|
column_name |
the column name to retrieve the index of
|
Returns:
0-based index of the column or -1 if column with this name wasn't found
|