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

IResultGetter Interface

Allows values to be retrieved from the underlying IDataReader. TypeHandlerCallback implementations use this interface to get values that they can subsequently manipulate before having them returned. * or index with these methods.

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

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

Types that implement IResultGetter

Type Description
ResultGetterImpl Description résumée de ResultGetterImpl.

Remarks

There is no need to implement this. The implementation will be passed into the TypeHandlerCallback automatically.

Requirements

Namespace: IBatisNet.DataMapper.TypeHandlers

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

See Also

IResultGetter Members | IBatisNet.DataMapper.TypeHandlers Namespace