FieldKernelIsReadOnly Method (String) |
Determine if field is read-only and get the WhyLocked text.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool IsReadOnly(
out string whyLocked
)
Protected Function IsReadOnly (
<OutAttribute> ByRef whyLocked As String
) As Boolean
Parameters
- whyLocked
- Type: SystemString
The reason that the field is locked, if it is locked.
Return Value
Type:
BooleanTrue if read-only, else False.
See Also