DataHelper ForEachRow Method Kentico 8.1 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.1.5347.20411)

Parameters

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