public static int CursorGetCount(HDFqlCursor cursor) { int ret = HDFqlPINVOKE.CursorGetCount(HDFqlCursor.getCPtr(cursor)); return(ret); }