Example #1
0
        public static bool DeleteAll(DyeType dt)
        {
            TableElement te = new TableElement("DyeType", dt);

            return(m_db.ClearRecord(te));
        }
Example #2
0
 public static bool ClearAllRecords()
 {
     return(m_db.ClearRecord());
 }