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

ITypeHandler Methods

The methods of the ITypeHandler interface are listed below. For a complete list of ITypeHandler interface members, see the ITypeHandler Members topic.

Public Instance Methods

Equals Compares two values (that this handler deals with) for equality
GetDataBaseValue Retrieve ouput database value of an output parameter
GetValueByIndex Gets a column value by the index
GetValueByName Gets a column value by the name
SetParameter Sets a parameter on a IDbCommand
ValueOf Converts the String to the type that this handler deals with

See Also

ITypeHandler Interface | IBatisNet.DataMapper.TypeHandlers Namespace