annotate Tools/DocGen/Content/Doc/DataAccess/SelectByKey.htm @ 7:99cd4f3947d8
Закомментированы строки мешающие добавлению авиа дежурств.
author |
nickolay |
date |
Fri, 27 Oct 2017 18:26:29 +0300 |
parents |
f990fcb411a9 |
children |
|
rev |
line source |
0
|
1 <% group # Basic CRUDL operations and stored procedures %>
|
|
2 <% order # 200 %>
|
|
3
|
|
4 SelectByKey.cs
|
|
5 <% ..\..\..\HowTo\DataAccess\SelectByKey.cs %>
|
|
6 <i>DataAccessor.SelectByKet</i> method generates and executes the following SQL statement:
|
|
7 <% sql # exec Person_SelectByKey @id=1 %>
|
|
8 <a name='Person'></a>
|
|
9 Person.cs
|
|
10 <% ..\..\..\HowTo\DataAccess\Person.cs %>
|
|
11 Gender.cs
|
|
12 <% ..\..\..\HowTo\DataAccess\Gender.cs %>
|
|
13 App.config
|
|
14 <% Doc\Data\App.config %>
|
|
15 <a href="../Data/CreateSql.htm">Create.sql script</a>
|