From d4f67530c45ff95d8a7ff755f379714c51c748e2 Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Tue, 18 Oct 2011 17:10:11 +0200 Subject: [PATCH] Fix typo. --- doc/reference/src/ado.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/src/ado.xml b/doc/reference/src/ado.xml index d08313ba..f9959399 100644 --- a/doc/reference/src/ado.xml +++ b/doc/reference/src/ado.xml @@ -2047,7 +2047,7 @@ public static void ApplyConnectionAndTx(object typedDataSetAdapter, IDbProvider AdoQuery class is rarely used directly since the MappingAdoQuery subclass provides a much more convenient implementation for mapping rows to .NET classes. Another - implementations that extends AdoQuery is + implementation that extends AdoQuery is MappingadoQueryWithParameters (See SDK docs for details).