ComponentOne DataObjects for .NET
Add(C1ExpressRelation) Method

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressRelationCollection Class > Add Method : Add(C1ExpressRelation) Method
The object to be added to the end of the collection.
Adds a new element to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal rel As C1ExpressRelation _
) 
public void Add( 
   C1ExpressRelation rel
)

Parameters

rel
The object to be added to the end of the collection.
See Also

Reference

C1ExpressRelationCollection Class
C1ExpressRelationCollection Members
Overload List