Пример #1
0
 static public short SQLRowCount(IntPtr stmtHandle, out int numRows)
 {
     if (useLibCli)
     {
         return(StaticWrapperCli.SQLRowCount(stmtHandle, out numRows));
     }
     return(StaticWrapper36.SQLRowCount(stmtHandle, out numRows));
 }