Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv18067
Modified Files:
Spring.DataQuickStart.2005.csproj
Log Message:
add dataset and generic stored proc example to data access quickstart
Index: Spring.DataQuickStart.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/Spring.DataQuickStart.2005.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Spring.DataQuickStart.2005.csproj 18 Jun 2007 20:24:00 -0000 1.5
--- Spring.DataQuickStart.2005.csproj 4 Dec 2007 08:25:16 -0000 1.6
***************
*** 49,52 ****
--- 49,54 ----
<ItemGroup>
<Compile Include="DataQuickStart\Dao\GenericTemplate\CommandCallbackDao.cs" />
+ <Compile Include="DataQuickStart\Dao\GenericTemplate\CustOrdersDetailStoredProc.cs" />
+ <Compile Include="DataQuickStart\Dao\GenericTemplate\OrderDetailRowMapper.cs" />
<Compile Include="DataQuickStart\Dao\Template\OrderDetailRowMapper.cs" />
<Compile Include="DataQuickStart\Dao\Template\CustOrdersDetailStoredProc.cs" />
***************
*** 55,58 ****
--- 57,61 ----
<Compile Include="DataQuickStart\Dao\Template\CommandCallbackDao.cs" />
<Compile Include="DataQuickStart\Dao\Template\CustomerRowMapper.cs" />
+ <Compile Include="DataQuickStart\Dao\Template\CustomerDataSetDao.cs" />
<Compile Include="DataQuickStart\Dao\Template\QueryForObjectDao.cs" />
<Compile Include="DataQuickStart\Dao\Template\ResultSetExtractorDao.cs" />
|