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

In This Topic
Hint Property (PgSqlError)
In This Topic
Gets an optional suggestion on what to do about the problem.
Syntax
'Declaration
 
Public ReadOnly Property Hint As String
 

Property Value

The suggestion text.
Remarks
This property is intended to differ from Message in that it offers advice (potentially inappropriate) rather than hard facts.
See Also