MapperKernelIsRequestAction 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
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual bool IsRequestAction(
MapperRequestAction action
)
Protected Overridable Function IsRequestAction (
action As MapperRequestAction
) As Boolean
Parameters
- action
- Type: NetQuarry.DataMapperRequestAction
The action of interest.
Return Value
Type:
Booleaneturns true if the mapper is currently performing the specified action, else false.
See Also