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

ParameterPropertyCollection.Insert Method 

Insert a ParameterProperty in the collection.

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

Parameters

index
Index where to insert.
value
A ParameterProperty

See Also

ParameterPropertyCollection Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace