Click or drag to resize

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
)

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: Boolean
True if UI editing is OK, else False.
See Also