From 4f17abe6ffc702bb54f9da7773d92b549b350018 Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Thu, 13 Oct 2011 16:14:27 +0200 Subject: [PATCH] Minor formatting change --- doc/reference/src/ado.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/reference/src/ado.xml b/doc/reference/src/ado.xml index 4033a0e6..dd1fa659 100644 --- a/doc/reference/src/ado.xml +++ b/doc/reference/src/ado.xml @@ -1954,6 +1954,7 @@ public delegate T DataAdapterDelegate<T>(IDbDataAdapter dataAdapter);System.Transactions and ADO.NET 2.0 by ADO.NET guru Sahil Malik. Spring offers a @@ -2011,7 +2012,7 @@ public static void ApplyConnectionAndTx(object typedDataSetAdapter, IDbProvider Database operations as Objects - The Spring.Data.Objects and Spring.Data.Objects.Generic + The Spring.Data.Objects and Spring.Data.Objects.Generic namespaces contains classes that allow one to access the database in a more object-oriented manner. By way of an example, one can execute queries and get the results back as a list containing business