[]
        
(Showing Draft Content)

C1.DataEngine.IDataList.Size

Size Property

Size

Returns number of rows in the table or query.

Declaration
long Size { get; }
ReadOnly Property Size As Long
Remarks

It can be different from the Count property value if ViewLimit is set. In that case Count is less than or equal to the ViewLimit value.