ComponentOne DataObjects for .NET
Remove Method (C1ExpressJoinCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection 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 join As C1ExpressJoin _
) 
public void Remove( 
   C1ExpressJoin join
)

Parameters

join
The object to remove from the collection.
See Also

Reference

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members