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