• void ExecSql(String sql)
    Executes a SQL statement against the Helium database.
    Parameters
    NameDescription
    sqlThe sql statement to execute
  • void ExportDatabaseToItunes()
    Exports the current Helium database to an iTunes database.
  • NeonDataReader GetDataReader(String sql)
    Returns a data reader for the specified SQL statement.
    Parameters
    NameDescription
    sqlThe sql statement to execute