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

ParameterMap.AddParameterProperty Method 

Add a ParameterProperty to the ParameterProperty list.

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

Parameters

property

See Also

ParameterMap Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace