Пример #1
0
 static public short SQLFreeHandle(short handleType, IntPtr inputHandle)
 {
     if (useLibCli)
     {
         return(StaticWrapperCli.SQLFreeHandle(handleType, inputHandle));
     }
     return(StaticWrapper36.SQLFreeHandle(handleType, inputHandle));
 }