DataHelper ForEachRow Method Kentico 8.0 API Reference
Executes the given action for each row in the given DataSet

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet with the data
rowAction
Type: OnlineSystem Action OnlineDataRow 
Row action
See Also