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

In This Topic
    FileName Property (PgSqlError)
    In This Topic
    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