<% group # Abstract accessor attributes %>

The Direction attributes allow controlling mapping from/to a business object. The following table contains brief description of the direction attributes:
AttributeDescription
Output Provided members are output parameters of the query.
InputOutputProvided members are input/output parameters of the query.
Ignore Provided members are excluded from mapping.
ReturnValueProvided member is mapped to return value.

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