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