nrows

Returns the total number of rows in the AGDBSet object.

Interface
AGDBSet
IDL definition
readonly attribute unsigned long nrows;
ADO equivalent

RecordCount

JavaScript synopsis

dbset.nrows

C synopsis
PODSUInt32 AVgetNrows(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

Total number of rows in the AGDBSet object.

See also

index