Author: gbayon
Date: Wed Apr 26 13:14:40 2006
New Revision: 397286
URL: http://svn.apache.org/viewcvs?rev=397286&view=rev
Log:
- Rename file
Added:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/PreparedCommandProxy.cs
- copied unchanged from r397285,
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/IPreparedCommandProxy.cs
Removed:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/IPreparedCommandProxy.cs
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj
Modified:
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj
URL:
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj?rev=397286&r1=397285&r2=397286&view=diff
==============================================================================
---
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj
(original)
+++
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj
Wed Apr 26 13:14:40 2006
@@ -98,15 +98,15 @@
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="Commands\DataReaderAdapter.cs" />
<Compile Include="Commands\DataReaderTransformer.cs" />
<Compile Include="Commands\DefaultPreparedCommand.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Commands\InMemoryDataReader.cs" />
<Compile Include="Commands\IPreparedCommand.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="Commands\IPreparedCommandProxy.cs">
+ <Compile Include="Commands\PreparedCommandProxy.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Commands\PreparedCommandFactory.cs">