ConstraintName Property (PgSqlError)
Gets the name of the constraint, the error is associated with.
public string ConstraintName {get;}
'Declaration
Public ReadOnly Property ConstraintName As String
Property Value
The name of the constraint, the error is associated with, if the error is associated with a specific constraint; otherwise, an empty string.