Mercurial > pub > bltoolkit
comparison Tools/DocGen/Content/Doc/DataAccess/DiscoverParameters.htm @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
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> |