Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.

Namespace: NHibernate.Exceptions
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IViolatedConstraintNameExtracter
Visual Basic
Public Interface IViolatedConstraintNameExtracter
Visual C++
public interface class IViolatedConstraintNameExtracter

See Also