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; }
ReadOnly Property Subform_RelationshipMaxRows As Integer
Get
Property Value
Type:
Int32The 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