![]() ![]() | Starts an Sql Transaction |
![]() ![]() | Closes the database connection for the current HttpContext |
![]() ![]() | Commits the currently started Sql Transaction |
![]() ![]() | Overloaded. Executes a non-query SQL Command |
![]() ![]() | Overloaded. Executes an SQL Query |
![]() ![]() | Gets a boolean Value from the given SqlDataReader |
![]() ![]() | Gets a DateTime Value from the given SqlDataReader |
![]() ![]() | Overloaded. Executes an SQL Query that is known to return just one integer Value |
![]() ![]() | Gets an int Value from the given SqlDataReader |
![]() ![]() | Gets an int Value from the given SqlDataReader, where the int Value may be null |
![]() ![]() | Gets the SqlConnection |
![]() ![]() | Gets the SqlDataType for the given column |
![]() ![]() | Executes the given SQL Query and returns a boolean indicating whether 1 or more rows were returned |
![]() ![]() | Overloaded. Escapes all apostrophes in an SQL Statement. |
![]() ![]() | Rolls back the current Sql Transaction |
![]() ![]() | Each HttpContext has it's own SqlConnection. This method sets the SqlConnection, ready to be used. |
![]() |
Initializes a new instance of the DBUtils class. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
DBUtils Class | Shunde.Utilities Namespace