annotate Tools/DocGen/Content/Doc/DataAccess/ParamName.htm @ 8:a34cfdde80d6
 
removed strong signing
added FrameworkPathOverride for linux builds
 | author | 
 cin | 
 | date | 
 Wed, 29 Nov 2017 12:43:52 +0300 | 
 | parents | 
 f990fcb411a9  | 
 | children | 
  | 
 | rev | 
   line source | 
  
| 
0
 | 
     1 <% group # Abstract accessor attributes %>
 | 
| 
 | 
     2 
 | 
| 
 | 
     3 <p class='j'>
 | 
| 
 | 
     4 By default, the method parameter name should match the stored procedure parameter name.
 | 
| 
 | 
     5 The <b>ParamName</b> specifies the sproc parameter name explicitly.
 | 
| 
 | 
     6 </p>
 | 
| 
 | 
     7 
 | 
| 
 | 
     8 ParamName.cs
 | 
| 
 | 
     9 <% ..\..\..\HowTo\DataAccess\ParamName.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>
 |