Walter.DataTools.MsSql
TSqlResult.TSqlError Class Members
Properties  Methods 


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

The following tables list the members exposed by TSqlResult.TSqlError.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
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
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified System.Object is equal to this instance.  
Public Method Returns a hash code for this instance.  
Top
Extension Methods
 NameDescription
Public Extension Method implements parsing to cast a type from string to a type
Top
See Also

Reference

TSqlResult.TSqlError Class
Walter.DataTools.MsSql Namespace