Performs additionl custom proccesses when validating a value.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub OnValidate ( _
	value As Object _
)
C#
protected override void OnValidate(
	Object value
)
Visual C++
protected:
virtual void OnValidate(
	Object^ value
) override

Parameters

value
Type: System..::.Object
The object to validate.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionIndexMappings only supports IndexMapping objects.

See Also