xRecord.RowCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the number of rows in the table.
public:
virtual long RowCount();
public virtual long RowCount ();
abstract member RowCount : unit -> int64
override this.RowCount : unit -> int64
Public Overridable Function RowCount () As Long
Returns
The number of rows in the table.