annotate Tools/DocGen/Content/Doc/Data/ExecuteScalarList.htm @ 9:1e85f66cf767 default tip

update bltoolkit
author nickolay
date Thu, 05 Apr 2018 20:53:26 +0300
parents f990fcb411a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
1 <% group # Execute Methods %>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
2 <p class='j'>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
3 The <b>ExecuteScalarList</b> method executes the query and returns a list of values of the
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
4 specified column of the every row in the resultset returned by the query.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
5 Other columns are ignored.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
6 </p>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
7
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
8 ExecuteScalarList.cs
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
9 <% ..\..\..\HowTo\Data\ExecuteScalarList.cs %>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
10 App.config
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
11 <% Doc\Data\App.config %>
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
12 <a href="CreateSql.htm">Create.sql script</a>