Example #1
0
 public bool CheckColumnExists(TableRef tblName, string colName)
 {
     return(_provider.CheckColumnExists(tblName, colName));
 }