Click or drag to resize

FieldKernelLocked Property

Indicates whether the field should be locked. The property evaluates to true if the column locked due to a number of reasons:
  • The field's Locked attribute is set.
  • The field is locked due to permission reasons.
  • The field's table does not have a primary key defined.
You can set Locked programmatically if desired.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Locked { get; set; }

Property Value

Type: Boolean

Implements

IFieldLocked
See Also