ComponentOne DataObjects for .NET
Relation Constructor(Schema,Table,Table)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Relation Class > Relation Constructor : Relation Constructor(Schema,Table,Table)
Schema the relation belongs to.
Parent table of the relation.
Child table of the relation.
Initializes a new instance of the Relation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal schema As Schema, _
   ByVal parentTable As Table, _
   ByVal childTable As Table _
)
public Relation( 
   Schema schema,
   Table parentTable,
   Table childTable
)

Parameters

schema
Schema the relation belongs to.
parentTable
Parent table of the relation.
childTable
Child table of the relation.
See Also

Reference

Relation Class
Relation Members
Overload List