Click or drag to resize

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; }

Property Value

Type: Boolean
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.
See Also