annotate Tools/DocGen/Content/Doc/DataAccess/Delete.htm @ 3:1ef98bd70424
 
!bug 100 +3h
Исправление проблемы BLToolkit + mono 3.4
 | author | cin | 
 | date | Fri, 22 Aug 2014 17:34:46 +0400 | 
 | parents | f990fcb411a9 | 
 | children |  | 
 | rev | line source | 
  
| 0 | 1 <% group # Basic CRUDL operations and stored procedures %> | 
|  | 2 <% order # 204 %> | 
|  | 3 | 
|  | 4 Delete.cs | 
|  | 5 <% ..\..\..\HowTo\DataAccess\Delete.cs %> | 
|  | 6 Both <i>DataAccessor.DeleteByKey</i> and <i>DataAccessor.Delete</i> methods generate and execute the following SQL statement: | 
|  | 7 <% sql # exec Person_Delete @PersonID=2 %> | 
|  | 8 <a name='Person'></a> | 
|  | 9 Person.cs | 
|  | 10 <% ..\..\..\HowTo\DataAccess\Person.cs %> | 
|  | 11 Gender.cs | 
|  | 12 <% ..\..\..\HowTo\DataAccess\Gender.cs %> | 
|  | 13 App.config | 
|  | 14 <% Doc\Data\App.config %> | 
|  | 15 <a href="../Data/CreateSql.htm">Create.sql script</a> |