Share via


TableActionEntity.RowCount Property

Definition

Gets the number of rows in the table.

public:
 property unsigned int RowCount { unsigned int get(); };
uint32_t RowCount();
public uint RowCount { get; }
var uInt32 = tableActionEntity.rowCount;
Public ReadOnly Property RowCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of rows in the table.

Applies to