Exemple #1
0
 public SqlUpdate(string table)
 {
     this.table = (SqlIdentifier)table;
 }
 public SqlUpdate(string table)
 {
     this.table = (SqlIdentifier)table;
 }