6.7 Задать значение колонки Single row коллекции
20 мая 2025 г.
15:07
System.Collections.Generic.IEnumerator\<VI.WebRuntime.RowCursor> _enumerating1 = new VI.WebRuntime.RowCursorList(this.TempVars).GetEnumerator();
for (int _rowIndex1 = 0; _enumerating1.MoveNext(); _rowIndex1 = (_rowIndex1 + 1))
{
VI.WebRuntime.RowCursor Update999_Current = _enumerating1.Current;
VI.WebRuntime.IDataColumn _HashExistsFileName = this.TempVars.GetColumn("HashExistsFileName");
await _HashExistsFileName.SetValueAsync(Update999_Current.Row, strresult).ConfigureAwait(false);
}