Skip to content

Commit 7dfd714

Browse files
author
Oren (electricessence)
committed
First attempt at custom documentation.
1 parent a97a359 commit 7dfd714

File tree

9 files changed

+2449
-1
lines changed

9 files changed

+2449
-1
lines changed

Open.Database.Extensions.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@
3636
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.8.0" />
3737
</ItemGroup>
3838

39+
<ItemGroup>
40+
<Folder Include="docs\images\" />
41+
</ItemGroup>
42+
3943
</Project>

QueryResult.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace Open.Database.Extensions
99
/// <summary>
1010
/// A container for data reader results that also provides the column names and other helpful data methods.
1111
/// </summary>
12+
/// <typeparam name="TResult">The type of the result property.</typeparam>
1213
public class QueryResult<TResult>
1314
where TResult : class
1415

docs/Documentation.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<?xml-stylesheet type="text/xsl" href="Documentation.xsl" ?>
23
<doc>
34
<assembly>
45
<name>Open.Database.Extensions</name>
@@ -1749,6 +1750,7 @@
17491750
<summary>
17501751
A container for data reader results that also provides the column names and other helpful data methods.
17511752
</summary>
1753+
<typeparam name="TResult">The type of the result property.</typeparam>
17521754
</member>
17531755
<member name="M:Open.Database.Extensions.QueryResult`1.#ctor(System.Int32[],System.String[],`0)">
17541756
<param name="ordinals">The ordinal values requested</param>

0 commit comments

Comments
 (0)