annotate Tools/DocGen/Content/Doc/DataAccess/Insert.htm @ 6:11b6da379593
 
Исправлена странная ошибка при использовании OfType<...>().Where(...)
 | author | cin | 
 | date | Mon, 05 Dec 2016 05:50:52 +0300 | 
 | parents | f990fcb411a9 | 
 | children |  | 
 | rev | line source | 
  
| 0 | 1 <% group # Basic CRUDL operations and stored procedures %> | 
|  | 2 <% order # 202 %> | 
|  | 3 | 
|  | 4 Insert.cs | 
|  | 5 <% ..\..\..\HowTo\DataAccess\Insert.cs %> | 
|  | 6 <i>DataAccessor.Insert</i> method generates and executes the following SQL statement: | 
|  | 7 <% sql # exec Person_Insert @FirstName='Crazy', @LastName='Frog', @MiddleName=NULL, @Gender='U' %> | 
|  | 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> |