Mercurial > pub > bltoolkit
comparison Tools/DocGen/Content/Doc/DataAccess/SelectAll.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 # Basic CRUDL operations and stored procedures %> | |
2 <% order # 201 %> | |
3 | |
4 SelectAll.cs | |
5 <% ..\..\..\HowTo\DataAccess\SelectAll.cs %> | |
6 <i>DataAccessor.SelectAll</i> method generates and executes the following SQL statement: | |
7 <% sql # exec Person_SelectAll %> | |
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> |