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

ParameterMap.InsertParameterProperty Method 

Insert a ParameterProperty ine the ParameterProperty list at the specified index..

[Visual Basic]
Public Sub InsertParameterProperty( _
   ByVal Int32 As Integer, _
   ByVal ParameterProperty As ParameterProperty _
)
[C#]
public void InsertParameterProperty(
   Int32 index,
   ParameterProperty property
);

Parameters

index
The zero-based index at which ParameterProperty should be inserted.
property
The ParameterProperty to insert.

See Also

ParameterMap Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace