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

ResultPropertyCollection.Remove Method 

Remove a ResultProperty of the collection.

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

See Also

ResultPropertyCollection Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace