| 0 | 1 <% group # Methods %> | 
|  | 2 <% order # 2 %> | 
|  | 3 <p class='j'> | 
|  | 4 Typical scenario of using <b>DbManager</b> includes the following steps: | 
|  | 5 <ul> | 
|  | 6 <li>Create a <b>DbManager</b> class instance. | 
|  | 7 <li>Set an SQL command or a stored procedure name. | 
|  | 8 <li>Call an <b>ExecuteXXX</b> method. | 
|  | 9 </ul> | 
|  | 10 The <b>SetSpCommand</b> method is used to set a stored procedure name and to provide command parameters, if any. | 
|  | 11 </p> | 
|  | 12 | 
|  | 13 SetSpCommand.cs | 
|  | 14 <% ..\..\..\HowTo\Data\SetSpCommand.cs %> | 
|  | 15 <a name='Person'></a> | 
|  | 16 Person.cs | 
|  | 17 <% ..\..\..\HowTo\DataAccess\Person.cs %> | 
|  | 18 Gender.cs | 
|  | 19 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | 
|  | 20 App.config | 
|  | 21 <% Doc\Data\App.config %> | 
|  | 22 <a href="CreateSql.htm">Create.sql script</a> |