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