mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Adds files to an OS table.
This commit is contained in:
@@ -37,8 +37,13 @@ namespace osrepodbmgr
|
||||
|
||||
public abstract bool CreateDB(string database, string server, string user, string password);
|
||||
|
||||
public DBOps DBEntries;
|
||||
public DBOps DBOps;
|
||||
|
||||
public abstract IDbDataAdapter GetNewDataAdapter();
|
||||
|
||||
public abstract long LastInsertRowId
|
||||
{
|
||||
get;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user