The QueryResultPacket type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetData |
Returns the query result data.
|
![]() | GetHasError |
Returns true if an error occured.
|
![]() | GetMessage |
Returns the message if an error occured.
|
![]() | GetQueryTimeInSeconds |
Returns the query execution time in seconds.
|
![]() | GetSql |
Returns the SQL query that was attempted to be executed.
|
![]() | GetStackTrace |
Returns the stack trace if an error occured.
|
![]() | SetData |
Sets the query result data.
|
![]() | SetHasError |
Sets the boolean indicator if an SQL execution error occured.
|
![]() | SetMessage |
Sets the message if an error occured.
|
![]() | SetQueryTimeInSeconds |
Sets the query execution time in seconds.
|
![]() | SetSql |
Sets the Sql variable of this class.
|
![]() | SetStackTrace |
Sets the stack trace if an error occured.
|
![]() | ToString |
Provides a string representation of this QueryResultPacket object.
(Overrides Object.ToString().) |
See Also