Example #1
0
 public static List <string> GetAllCardIDs(string field)
 {
     // Returns the number of affected rows (-1 if an error occured)
     return(CardDB.GetAllCardIDs(field));
 }