ResultGetRowCount() private method

private ResultGetRowCount ( IntPtr handle ) : int
handle System.IntPtr
return int
Example #1
0
 /// <summary>
 /// Returns the number of rows.
 /// </summary>
 public int GetRowCount()
 {
     return(NativeMethods.ResultGetRowCount(handle));
 }