featurePropertiescompatibility_OldRowRequery Property |
Mapper saves that include a RowRequery should not use the new ImprovedRowRequery that allows for post-save iteration with the mapper and will use the original RowRequery mechanism instead.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool compatibility_OldRowRequery { get; }
ReadOnly Property compatibility_OldRowRequery As Boolean
Get
Property Value
Type:
BooleanMapper saves that include a RowRequery should not use the new ImprovedRowRequery that allows for post-save iteration with the mapper and will use the original RowRequery mechanism instead.
See Also