SchemaName Property (PgSqlException)
Gets the name of the schema containing the object, the error is associated with.
|
|---|
'Declaration
Public ReadOnly Property SchemaName As String |
|
|---|
public string SchemaName {get;} |
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.