Name | Description | |
---|---|---|
![]() | CalledByMethod | Returns the IDatabaseTools method that was responsible for creating this result. |
![]() | Created | The UTC date that the entry was created |
![]() | Database | the database the particular statement was executed on based on the open connection |
![]() | DataSource | the server the statement was executed on based on the open connection |
![]() | Errors | Access the errors that have been created by SqlServer during the execution of this statement |
![]() | HasFailed | Indicates that the result generated errors that have been captured |
![]() | InfoMessages | information messages returned while executing the statement |
![]() | Message | the messages printed by the statement, |
![]() | RowsAffected | Contains the accumulated rows affected by the statement as reported by sql server |
![]() | Source | The name of the object that generated the error. |
![]() | Sql | This contains the name of the stored procedure or SQL statement executed |