% group # Methods %> <% order # 3 %>
The DbManager.Parameter method allows assigning parameters to an SQL query, setting parameter values before query, and getting return/out values after.
Parameter.cs <% ..\..\..\HowTo\Data\Parameter.cs %> Person.cs <% ..\..\..\HowTo\DataAccess\Person.cs %> Gender.cs <% ..\..\..\HowTo\DataAccess\Gender.cs %> App.config <% Doc\Data\App.config %> Create.sql script