Click or drag to resize

ManyToOneRelation Fields

The ManyToOneRelation type exposes the following members.

Fields
  NameDescription
Public fieldForeignKeyColumn
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.
Public fieldName
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.)
Public fieldPrimaryKeyColumn
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.
Public fieldTargetEntityId
Specifes the target entity of this relation.
(Inherited from BaseRelation.)
Top
See Also