Click or drag to resize

OneToManyRelation Fields

The OneToManyRelation type exposes the following members.

Fields
  NameDescription
Public fieldDeleteRelatedRows
Specifes whether related rows should be deleted when a row from the source entity is deleted.
Public fieldForeignKeyColumn
Specifies the foreign key column on the target entity. If empty, the name of the primary key column on the source 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 source entity. If empty, the default primary key column on the source entity will be used.
Public fieldTargetEntityId
Specifes the target entity of this relation.
(Inherited from BaseRelation.)
Top
See Also