Пример #1
0
 public void DeleteData(string tbl, int pkid)
 {
     DynamicRow.DeleteRow <int>(tbl, "PK_ID", pkid);
 }