| 
0
 | 
     1 <% group # Methods %>
 | 
| 
 | 
     2 <% order # 3 %>
 | 
| 
 | 
     3 <p class='j'>
 | 
| 
 | 
     4 The <b>DbManager</b>.<b>Parameter</b> method allows assigning parameters to an SQL query,
 | 
| 
 | 
     5 setting parameter values before query, and getting return/out values after.
 | 
| 
 | 
     6 </p>
 | 
| 
 | 
     7 Parameter.cs
 | 
| 
 | 
     8 <% ..\..\..\HowTo\Data\Parameter.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>
 |