Click or drag to resize

FieldPropertiesFind_NoTransaction Property

By default, the multi-find puts a transaction around the insert of items. Set this value to false to skip this step.

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

Property Value

Type: Boolean
By default, the multi-find puts a transaction around the insert of items. Set this value to false to skip this step.
Remarks
Applies to CellType Find only.
See Also