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

IParameterSetter Interface

Allows parameters to be set on the underlying prepared IDbCommand. TypeHandlerCallback implementations use this interface to process values before they are set on the IDbCommand.

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

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

Types that implement IParameterSetter

Type Description
ParameterSetterImpl A ParameterSetter implementation

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

IParameterSetter Members | IBatisNet.DataMapper.TypeHandlers Namespace