DataHelper.ForEachRow Method |
Name | Description | |
---|---|---|
![]() ![]() | ForEachRow(DataSet, Action<DataRow>, Func<DataRow, Boolean>) |
Executes the given action for each row in the given DataSet
|
![]() ![]() | ForEachRow(DataTable, Action<DataRow>, Func<DataRow, Boolean>) |
Executes the given action for each row in the given DataSet
|