annotate Tools/DocGen/Content/Doc/Data/ExecuteScalarList.htm @ 7:99cd4f3947d8
 
Закомментированы строки мешающие добавлению авиа дежурств.
 | author | 
 nickolay | 
 | date | 
 Fri, 27 Oct 2017 18:26:29 +0300 | 
 | parents | 
 f990fcb411a9  | 
 | children | 
  | 
 | rev | 
   line source | 
  
| 
0
 | 
     1 <% group # Execute Methods %>
 | 
| 
 | 
     2 <p class='j'>
 | 
| 
 | 
     3 The <b>ExecuteScalarList</b> method executes the query and returns a list of values of the
 | 
| 
 | 
     4 specified column of the every row in the resultset returned by the query.
 | 
| 
 | 
     5 Other columns are ignored.
 | 
| 
 | 
     6 </p>
 | 
| 
 | 
     7 
 | 
| 
 | 
     8 ExecuteScalarList.cs
 | 
| 
 | 
     9 <% ..\..\..\HowTo\Data\ExecuteScalarList.cs %>
 | 
| 
 | 
    10 App.config
 | 
| 
 | 
    11 <% Doc\Data\App.config %>
 | 
| 
 | 
    12 <a href="CreateSql.htm">Create.sql script</a>
 |