Adds files to an OS table.

This commit is contained in:
2017-04-23 06:09:57 +01:00
parent 551133b76c
commit e23744c4f8
7 changed files with 171 additions and 16 deletions

View File

@@ -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;
}
}
}