public static void ForEachRow( DataTable dt, Action<DataRow> rowAction, Func<DataRow, bool> rowCondition = null )
Copyright (c) 2019 Kentico Software