| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Relation Class > Relation Constructor : Relation Constructor(Schema,Table,Table) |
'Declaration Public Function New( _ ByVal schema As Schema, _ ByVal parentTable As Table, _ ByVal childTable As Table _ )
public Relation( Schema schema, Table parentTable, Table childTable )