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

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