IParameterMapper Interface

Interface used to interpret parameters passed to an Execute(array<Object[]) method and assign them to the DbCommand that will be executed.

Namespace: Microsoft.Practices.EnterpriseLibrary.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public interface IParameterMapper
'Declaration
Public Interface IParameterMapper
public interface class IParameterMapper

See Also

IParameterMapper Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace