Click or drag to resize
DataHelperForEachRow Method
Executes the given action for each row in the given DataSet

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void ForEachRow(
	DataSet ds,
	Action<DataRow> rowAction
)

Parameters

ds
Type: System.DataDataSet
DataSet with the data
rowAction
Type: SystemActionDataRow
Row action
See Also