ComponentOne DataObjects for .NET
Remove Method (C1ExpressRelationCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressRelationCollection 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 relation As C1ExpressRelation _
) 
public void Remove( 
   C1ExpressRelation relation
)

Parameters

relation
The object to remove from the collection.
See Also

Reference

C1ExpressRelationCollection Class
C1ExpressRelationCollection Members