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

On this page
    FileName Property (PgSqlError)
    On this page
    Gets the file name of the source-code location where the error was reported.
    Syntax
    'Declaration
     
    Public ReadOnly Property FileName As String
    public string FileName {get;}

    Property Value

    The file name of the source-code location.
    See Also