Click or drag to resize

NavigationTargetPropertiesSubform_RelationshipMaxRows Property

The max rows to allow in this relationship. If the number of rows equals or exceeds this value, then no new records will be allowed, regardless of the DenyInsert setting on the Mapper.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int Subform_RelationshipMaxRows { get; }

Property Value

Type: Int32
The max rows to allow in this relationship. If the number of rows equals or exceeds this value, then no new records will be allowed, regardless of the DenyInsert setting on the Mapper.
See Also