Mercurial > pub > bltoolkit
annotate Tools/DocGen/Content/Doc/DataAccess/ParamNullValue.htm @ 2:79a04c6442bf
file name case fix
author | cin |
---|---|
date | Fri, 22 Aug 2014 13:41:57 +0400 |
parents | f990fcb411a9 |
children |
rev | line source |
---|---|
0 | 1 <% group # Abstract accessor attributes %> |
2 | |
3 <p class='j'> | |
4 The <b>ParamNullValue</b> specifies the parameter value replaced with NULL. | |
5 </p> | |
6 | |
7 ParamNullValue.cs | |
8 <% ..\..\..\HowTo\DataAccess\ParamNullValue.cs %> | |
9 <a name='Person'></a> | |
10 Person.cs | |
11 <% ..\..\..\HowTo\DataAccess\Person.cs %> | |
12 Gender.cs | |
13 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | |
14 App.config | |
15 <% Doc\Data\App.config %> | |
16 <a href="../Data/CreateSql.htm">Create.sql script</a> |