TsmDataSet* tsmGetDataSet ( TsmDatabase *database, char const *name ) Searches a database for a particular dataset
Searches a database for a particular dataset.This function will search through all of the datasets in a database and return a pointer to a dataset that has the specified name (case sensitive). If such a dataset does not exists in the database, or an error occurred, then NULL is returned.