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