dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlError Class / ColumnName Property

In This Topic
ColumnName Property (PgSqlError)
In This Topic
Gets the name of the column, the error is associated with.
Syntax
'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.
See Also