Ejemplo n.º 1
0
 public bool CheckIndexExists(TableRef tblName, string idxName)
 {
     return(_provider.CheckIndexExists(tblName, idxName));
 }