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