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

ParameterPropertyCollection.Add Method 

Add an ParameterProperty

[Visual Basic]
Public Function Add( _
   ByVal ParameterProperty As ParameterProperty _
) As Integer
[C#]
public int Add(
   ParameterProperty value
);

Parameters

value

Return Value

Index

See Also

ParameterPropertyCollection Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace