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

ParameterPropertyCollection.Remove Method 

Remove a ParameterProperty of the collection.

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

See Also

ParameterPropertyCollection Class | IBatisNet.DataMapper.Configuration.ParameterMapping Namespace