Mercurial > pub > bltoolkit
annotate Tools/DocGen/Content/Doc/DataAccess/CustomSqlQuery1.htm @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <% title # SqlQuery customization 1 %> |
2 <% group # Abstract accessor attributes %> | |
3 | |
4 <p class='j'> | |
5 This example demonstrates how to create a custom attribute | |
6 which allows specifying more than one SQL query for different data providers. | |
7 </p> | |
8 | |
9 CustomSqlQuery1.cs | |
10 <% ..\..\..\HowTo\DataAccess\CustomSqlQuery1.cs %> | |
11 <a name='Person'></a> | |
12 Person.cs | |
13 <% ..\..\..\HowTo\DataAccess\Person.cs %> | |
14 Gender.cs | |
15 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | |
16 App.config | |
17 <% Doc\Data\App.config %> | |
18 <a href="../Data/CreateSql.htm">Create.sql script</a> |