| 0 | 1 <% group # Abstract accessor attributes %> | 
|  | 2 | 
|  | 3 <p class='j'> | 
|  | 4 By default, BLToolkit expects method parameter names to match stored procedure | 
|  | 5 parameter names. The sequential order of parameters is not important in this | 
|  | 6 case. The <b>DiscoverParameters</b> attribute enforces BLToolkit to retrieve parameter | 
|  | 7 information from the sproc and to assign method parameters in the order they go. | 
|  | 8 Parameter names are ignored. | 
|  | 9 </p> | 
|  | 10 | 
|  | 11 DiscoverParameters.cs | 
|  | 12 <% ..\..\..\HowTo\DataAccess\DiscoverParameters.cs %> | 
|  | 13 <a name='Person'></a> | 
|  | 14 Person.cs | 
|  | 15 <% ..\..\..\HowTo\DataAccess\Person.cs %> | 
|  | 16 Gender.cs | 
|  | 17 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | 
|  | 18 App.config | 
|  | 19 <% Doc\Data\App.config %> | 
|  | 20 <a href="../Data/CreateSql.htm">Create.sql script</a> |