import_from_string
Description:
public bool import_from_string (string string, HashTable<int,int>? cols_trans, Set options) throws Error
Loads the data from string
into this.
Upon errors FALSE will be returned and throws will be assigned a Error from the DataModelError domain.
Parameters:
this | |
string |
the string to import data from |
cols_trans |
a hash table containing which columns of this will be imported, or null for all columns, see import_from_model |
options |
list of options for the export |
Returns:
TRUE if no error occurred. |