comparison Tools/DocGen/Content/Doc/DataAccess/ActionName.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 <% order # 50 %>
3
4 <p class='j'>
5 <b>ActionName</b> is a logical name of an operation. By default a method name is an action name,
6 but <b>ActionNameAttribute</b> allows overriding this behavior.
7 Actual stored procedure name will be built depending on naming convention which is defined in the
8 <a href='Introduction.htm#GetDefaultSpName'>GetDefaultSpName</a> method.
9 </p>
10
11 ActionName.cs
12 <% ..\..\..\HowTo\DataAccess\ActionName.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>