Пример #1
0
 public string TruncateTable(string tableName)
 {
     return(Adapter.TruncateTable(tableName));
 }