MapperDatasheetCanEditInList Method |
Determine if UI should allow record editing for this mapper via the EditInList mechanism.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool CanEditInList(
bool entireRow
)
Protected Function CanEditInList (
entireRow As Boolean
) As Boolean
Parameters
- entireRow
- Type: SystemBoolean
Specifies whether editing permission is being determined for the entire row or just
fields marked as EditInList. Currently entireRow editing is disabled.
Return Value
Type:
BooleanTrue if UI editing is OK, else False.
See Also