OracleUniqueValueValidator Control
Description
The OracleUniqueValueValidator validates that a value is unique when using the Oracle.DataAccess.Client namespace.
Properties & Methods
All properties and methods in the OracleUniqueValueValidator control override or are inherited from UniqueValueValidatorBase.
Source Code
OracleUniqueValueValidator.vb:

Remarks
The Oracle.DataAccess.Client namespace is not included as part of the .NET framework, and must be downloaded from Oracle's website at http://www.oracle.com/technology/software/tech/windows/odpnet/index.html. Previous versions used the namespace System.Data.OracleClient; if you are using a previous version you may need to adjust the Imports statement in my code.