| 
0
 | 
     1 <% group # Execute Methods %>
 | 
| 
 | 
     2 <p class='j'>
 | 
| 
 | 
     3 The <b>ExecuteForEach</b> method executes an SQL statement for every item in the provided collection
 | 
| 
 | 
     4 and returns the number of rows affected.
 | 
| 
 | 
     5 </p>
 | 
| 
 | 
     6 
 | 
| 
 | 
     7 ExecuteForEach.cs
 | 
| 
 | 
     8 <% ..\..\..\HowTo\Data\ExecuteForEach.cs %>
 | 
| 
 | 
     9 <a name='Person'></a>
 | 
| 
 | 
    10 Person.cs
 | 
| 
 | 
    11 <% ..\..\..\HowTo\DataAccess\Person.cs %>
 | 
| 
 | 
    12 Gender.cs
 | 
| 
 | 
    13 <% ..\..\..\HowTo\DataAccess\Gender.cs %>
 | 
| 
 | 
    14 App.config
 | 
| 
 | 
    15 <% Doc\Data\App.config %>
 | 
| 
 | 
    16 <a href="CreateSql.htm">Create.sql script</a>
 |