Check to see if a table exists.
//Get the current instance of the helper
IDataHelper db = DataHelper.SessionFactory();
//check for table existence
OR
bool exists = db.TableExists<Person>();