Click or drag to resize

MapperKernelDupeCheck Method

Throws an error if saving this record would create a duplicate record as defined by those fields marked with the DupeCheck attribute.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void DupeCheck(
	bool isInsert,
	bool dirtyOnly
)

Parameters

isInsert
Type: SystemBoolean
True if this is a new record, else false.
dirtyOnly
Type: SystemBoolean
Do not perform a duplication check if none of the fields used to construct the duplicate filter are dirty.
See Also