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>
|