MapperPropertiesRowLockExpression Property |
A javascript expression, typically containing field references, which is evaluated as the default RowLocked value just prior to the firing of the RowCurrent event.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string RowLockExpression { get; }
ReadOnly Property RowLockExpression As String
Get
Property Value
Type:
StringA javascript expression, typically containing field references, which is evaluated as the default RowLocked value just prior to the firing of the RowCurrent event.
See Also