Walter.DataTools.MsSql
TSqlResult.TSqlError Class Properties


Walter.DataTools.MsSql Assembly > Walter.DataTools.MsSql Namespace : TSqlResult.TSqlError Class

For a list of all members of this type, see TSqlResult.TSqlError members.

Public Properties
 NameDescription
Public Property The database that was likely used in the statement  
Public Propertya friendly reminder of what the Severity codes mean  
Public Property Gets the line number within the Transact-SQL command batch or stored procedure that contains the error.  
Public Property Gets the text describing the error.  
Public Property Gets a number that identifies the type of error.  
Public Property Gets the name of the stored procedure, SQL Statement or remote procedure call (RPC) that generated the error.  
Public Property Gets the name of the instance of SQL Server that generated the error.  
Public Property Gets the severity level of the error returned from SQL Server.  
Public Property Gets the name of the provider that generated the error.  
Public PropertyAn arbitrary number from 1-255 that states "a stale of the error" and is used as a code identifier in the a statement, defaults to 0 if no error but set to 1 in case of an error, normally the code is an indication as to where the error ocured  
Top
See Also

Reference

TSqlResult.TSqlError Class
Walter.DataTools.MsSql Namespace