ResultGetRowCount() private méthode

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