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

ITypeHandlerCallback Interface

A simple interface for implementing custom type handlers.

Using this interface, you can implement a type handler that will perform customized processing before parameters are set on a IDbCommand and after values are retrieved from a IDataReader. Using a custom type handler you can extend the framework to handle types that are not supported, or handle supported types in a different way. For example, you might use a custom type handler to implement proprietary BLOB support (e.g. Oracle), or you might use it to handle booleans using "Y" and "N" instead of the more typical 0/1.

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

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

Requirements

Namespace: IBatisNet.DataMapper.TypeHandlers

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

See Also

ITypeHandlerCallback Members | IBatisNet.DataMapper.TypeHandlers Namespace