ManyToOneRelation Fields |
The ManyToOneRelation type exposes the following members.
Name | Description | |
---|---|---|
ForeignKeyColumn | Specifies the foreign key column on the source entity. If empty, the name of the primary key column on the target entity will be used. | |
Name | Specifies the name of the relation. This name can be used to reference the relation (e.g.: in a ChoiceField in the Form Web Part). (Inherited from BaseRelation.) | |
PrimaryKeyColumn | Specifies an alternate primary key column on the target entity. If empty the name of the primary key column on the target entity will be used. | |
TargetEntityId | Specifes the target entity of this relation. (Inherited from BaseRelation.) |