ComponentOne DataObjects for .NET
Remove Method (FilterConditions)

C1.Data.2 Assembly > C1.Data Namespace > FilterConditions Class : Remove Method
The object to remove from the collection.
Removes the first occurrence of a specific object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal obj As FilterCondition _
) 
public void Remove( 
   FilterCondition obj
)

Parameters

obj
The object to remove from the collection.
See Also

Reference

FilterConditions Class
FilterConditions Members