IDataTable Controlled Property C# API
Gets a value that indicates whether the Data Table is automatically advanced to the next row at the end of each iteration.

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

bool Controlled { get; }

Field Value

true if the Data Table is under direct Virtual User control; otherwise, false.
Remarks

Data Table row advancement is determined by a runtime setting. If set to Move to next row on each iteration this method returns true.
See Also