IDataTable Size Property C# API
Gets the number of rows in the DataTable that are available to the Virtual User.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

int Size { get; }

Field Value

The number of rows in the DataTable that are available to the Virtual User.
Remarks

Note Note
Note that this property returns the number of rows that have been assigned to the Virtual User, NOT the total number of rows in the table.
See Also