Mercurial > pub > bltoolkit
comparison Tools/DocGen/Content/Doc/DataAccess/Direction.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 The <b>Direction</b> attributes allow controlling mapping from/to a business object. | |
5 The following table contains brief description of the direction attributes: | |
6 | |
7 <table class='data'> | |
8 <tr><th>Attribute</th><th>Description</th></tr> | |
9 <tr><td>Output</td> <td>Provided members are output parameters of the query.</td></tr> | |
10 <tr><td>InputOutput</td><td>Provided members are input/output parameters of the query.</td></tr> | |
11 <tr><td>Ignore</td> <td>Provided members are excluded from mapping.</td></tr> | |
12 <tr><td>ReturnValue</td><td>Provided member is mapped to return value.</td></tr> | |
13 </table> | |
14 </p> | |
15 | |
16 Direction.cs | |
17 <% ..\..\..\HowTo\DataAccess\Direction.cs %> | |
18 <a name='Person'></a> | |
19 Person.cs | |
20 <% ..\..\..\HowTo\DataAccess\Person.cs %> | |
21 Gender.cs | |
22 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | |
23 App.config | |
24 <% Doc\Data\App.config %> | |
25 <a href="../Data/CreateSql.htm">Create.sql script</a> |