CustomValidate

Syntax

CustomValidate(&ADSRowset, &ADSName, &CompareType) 

Description

Implemented by object owners to provide custom validation logic.

Parameters

Parameter Description

&ADSRowset

Specifies the current in-memory data set instance as a rowset object.

&ADSName

Specifies the ADS name as a string.

&CompareType

Specifies the compare type as integer:

  • 4 indicates premerge validation

  • 1 indicates post merge validation

  • 6 indicates Check DB Integrity

The premerge validation is performed only if there are merge groups in the data set.

Returns

Integer.