Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13027
Modified Files:
IDataAdapterCallback.cs
Log Message:
doc cleanup
Index: IDataAdapterCallback.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Data/IDataAdapterCallback.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IDataAdapterCallback.cs 29 Nov 2006 07:18:45 -0000 1.2
--- IDataAdapterCallback.cs 4 Dec 2007 06:49:17 -0000 1.3
***************
*** 37,42 ****
/// data between two different DataSets.
/// </p>
! /// <p>Used internally by AdoTemplate, but also useful for
! /// application code. Note that the passed in IDbDataAdapter
/// has been created by the framework and its SelectCommand
/// will be populated with values for CommandType and Text properties
--- 37,41 ----
/// data between two different DataSets.
/// </p>
! /// <p>Note that the passed in IDbDataAdapter
/// has been created by the framework and its SelectCommand
/// will be populated with values for CommandType and Text properties
***************
*** 44,47 ****
--- 43,48 ----
/// calling transaction context.
/// </p>
+ /// <see cref="Spring.Data.Core.AdoTemplate"/> Execute(IDataAdapterCallback dataAdapterCallback)
+ /// method.
/// </remarks>
/// <author>Mark Pollack (.NET)</author>
|