Exemple #1
0
 public string[] ChangeToTable()
 {
     return(new[]
     {
         Key, Mould_Key, Exam_Key, Teller_NO, Teller_Name, Teller_ID, Teller_Unit, Teller_Role,
         Score_Total.ToString(), Teller_Score.ToString(), Begin_Datetime.ToString(), End_Datetime.ToString(),
         Question_Total.ToString(), Now_Question.ToString(), Variable_Value
     });
 }
Exemple #2
0
 public string[] ChangeToTable()
 {
     return(new[] { Key, Mould_Name, Score_Total.ToString(), Date.ToString(), Is_Stop.ToString(), IS_USE });
 }