Walter.DataTools.MsSql
TSqlResult Class Members
Properties  Methods 


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

The following tables list the members exposed by TSqlResult.

Public Properties
 NameDescription
Public PropertyReturns the IDatabaseTools method that was responsible for creating this result.  
Public Property The UTC date that the entry was created  
Public Property the database the particular statement was executed on based on the open connection  
Public Property the server the statement was executed on based on the open connection  
Public Property Access the errors that have been created by SqlServer during the execution of this statement  
Public Property Indicates that the result generated errors that have been captured  
Public Property information messages returned while executing the statement  
Public Property the messages printed by the statement,  
Public Property Contains the accumulated rows affected by the statement as reported by sql server  
Public Property The name of the object that generated the error.  
Public Property This contains the name of the stored procedure or SQL statement executed  
Top
Public Methods
 NameDescription
Public Method A collection with all the error details returned by the server Adds a SqlError to the list if the error was not known  
Public Method return the execution result as an exception object  
Public MethodOverloaded. Determines whether the specified System.Object is equal to this instance.  
Public Method Returns a hash code for this instance.  
Public Method Returns a status of the TsqlResult  
Top
Extension Methods
 NameDescription
Public Extension Method implements parsing to cast a type from string to a type
Top
See Also

Reference

TSqlResult Class
Walter.DataTools.MsSql Namespace