Exemple #1
0
 public bool CheckFunctionExists(ProcRef funcName)
 {
     return(_provider.CheckFunctionExists(funcName));
 }