0
|
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>
|