Exemple #1
0
 public void AddString(string columnName, string value)
 {
     htData.Add(columnName, objFucntion.FieldCheck(value));
 }