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

SqlTagContext.AddParameterMapping Method 

[Visual Basic]
Public Sub AddParameterMapping( _
   ByVal ParameterProperty As ParameterProperty _
)
[C#]
public void AddParameterMapping(
   ParameterProperty mapping
);

Parameters

mapping

See Also

SqlTagContext Class | IBatisNet.DataMapper.Configuration.Sql.Dynamic.Handlers Namespace