iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IDataExchange Interface

Interface for exchanging data between a parameter map/result map and the related objects

For a list of all members of this type, see IDataExchange Members.

[Visual Basic]
Public Interface IDataExchange
[C#]
public interface IDataExchange

Types that implement IDataExchange

Type Description
BaseDataExchange Summary description for BaseDataExchange.
ComplexDataExchange A IDataExchange implemtation for working with .NET object
DictionaryDataExchange DataExchange implementation for IDictionary objects
DotNetObjectDataExchange IDataExchange implementation for .NET object
ListDataExchange IDataExchange implementation for IList objects
PrimitiveDataExchange DataExchange implementation for "primitive" objects.

Requirements

Namespace: IBatisNet.DataMapper.DataExchange

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

IDataExchange Members | IBatisNet.DataMapper.DataExchange Namespace