<% group # Abstract accessor attributes %>

By default, BLToolkit expects method parameter names to match stored procedure parameter names. The sequential order of parameters is not important in this case. The DiscoverParameters attribute enforces BLToolkit to retrieve parameter information from the sproc and to assign method parameters in the order they go. Parameter names are ignored.

DiscoverParameters.cs <% ..\..\..\HowTo\DataAccess\DiscoverParameters.cs %> Person.cs <% ..\..\..\HowTo\DataAccess\Person.cs %> Gender.cs <% ..\..\..\HowTo\DataAccess\Gender.cs %> App.config <% Doc\Data\App.config %> Create.sql script