Click or drag to resize

MapperDatasheetIsRequestAction Method

Determines whether or not the mapper is currently performing the specified HttpRequest action, else false. This is generally based on the event target (__EVENTTARGET) from the request. Note that most of these actions really apply only to the MapperDatasheet.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsRequestAction(
	MapperRequestAction action
)

Parameters

action
Type: NetQuarry.DataMapperRequestAction
The action of interest.

Return Value

Type: Boolean
eturns true if the mapper is currently performing the specified action, else false.
See Also