FlexPivot for WPF | ComponentOne
FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly
/
C1.DataEngine Namespace
/
IDataList Interface
/ Size Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Size Property
In This Topic
Returns number of rows in the table or query.
Syntax
Visual Basic
C#
'Declaration ReadOnly Property Size As
Long
long
Size {get;}
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.
See Also
Reference
IDataList Interface
IDataList Members