The operation being performed. Typically this is the same as the overall operation being performed
by the mapper. However, in the case of a mapper performing an UPDATE where one or more tables in the
underlying view do not have corresponding records (presumably due to a LEFT JOIN) even though a record
was found by the mapper, the operation on a particular table could be an INSERT.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public OperationType operation
Public operation As OperationType
Field Value
Type:
OperationTypeSee Also