1
Fork 0

started function

This commit is contained in:
Jake Howard 2014-12-08 18:09:16 +00:00
parent 9e7d6db112
commit 0abb9287a6
1 changed files with 6 additions and 0 deletions

View File

@ -68,5 +68,11 @@ namespace Saviour_Backup_System
conn.Close();
return IDs.ToArray();
}
public static string getHashofRecentBackup(string id)
{
conn.Open();
cmd.CommandText = "SELECT Hash FROM Backups WHERE ID";
return;
}
}
}