FieldPropertiesIgnoreRowLock Property |
Deprecated. Use IgnoreRowLock FieldBehaviorOptions enumeration. Ignore any mapper-level RowLock (has no effect on field-level RowLock).
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool IgnoreRowLock { get; }
ReadOnly Property IgnoreRowLock As Boolean
Get
Property Value
Type:
BooleanDeprecated. Use IgnoreRowLock FieldBehaviorOptions enumeration. Ignore any mapper-level RowLock (has no effect on field-level RowLock).
See Also