Mercurial > pub > bltoolkit
comparison Tools/DocGen/Content/Doc/DataAccess/ScalarFieldName.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 | |
3 <p class='j'> | |
4 If your method returns a dictionary of scalar values, you will have to specify the name or index of the field | |
5 used to populate the scalar list. The <b>ScalarFieldName</b> attribute allows you to do that. | |
6 </p> | |
7 | |
8 ScalarFieldName.cs | |
9 <% ..\..\..\HowTo\DataAccess\ScalarFieldName.cs %> | |
10 <a name='Person'></a> | |
11 Person.cs | |
12 <% ..\..\..\HowTo\DataAccess\Person.cs %> | |
13 Gender.cs | |
14 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | |
15 App.config | |
16 <% Doc\Data\App.config %> | |
17 <a href="../Data/CreateSql.htm">Create.sql script</a> |