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; }
ReadOnly Property Find_NoTransaction As Boolean
Get
Property Value
Type:
BooleanBy 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