TableActionEntity.RowCount Property
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.
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
The number of rows in the table.