ComponentOne DataObjects for .NET
SimpleRelation Constructor(Table,Table)

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

Parameters

parentTable
Parent table of the relation.
childTable
Child table of the relation.
See Also

Reference

SimpleRelation Class
SimpleRelation Members
Overload List