Database Class

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public class Database
Inheritance
Object    Database

Constructors

Database Initializes a new instance of the Database class

Methods

ConvertTimeFromUtc  
ConvertTimeToUtc  
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
ExecuteNonQuery(SqlConnection, String, Int32)  
ExecuteNonQuery(String, String, Int32)  
ExecuteNonQueryAsync  
ExecuteScalar(SqlConnection, String)  
ExecuteScalar(String, String)  
ExecuteScalarAsync  
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FormatSystemName  
GenerateSystemName(String, DataTable)  
GenerateSystemName(String, DataTable, Int32)  
GenerateSystemName(String, String, String)  
GenerateSystemName(String, DataTable, Int32, String)  
GenerateSystemName(String, SqlConnection, String, String, String, Int32)  
GenerateSystemName(String, String, String, String, String, Int32)  
GetDataTable(String, String, String)  
GetDataTable(String, String, SqlConnection, Int32)  
GetDataTableAsync  
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
IncrementSystemName  
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
SelectArray(SqlConnection, String, String)  
SelectArray(String, String, String)  
SelectGuidArray(SqlConnection, String, String)  
SelectGuidArray(String, String, String)  
ToString Returns a string that represents the current object.
(Inherited from Object)
UpdateDescendants(String, DataTable, String, String, String, String, Guid, String, Boolean)  
UpdateDescendants(SqlConnection, DataTable, String, String, String, String, Guid, String, Boolean, DataTable)  
UpdateDescendants(String, DataTable, String, String, String, String, Guid, String, Boolean, DataTable)  
UpdateLookupTable(SqlConnection, String, String, String, String, String)  
UpdateLookupTable(SqlConnection, String, String, String, String, String, DataColumn, Object)  
UpdateLookupTable(SqlConnection, String, String, String, String, String, DataColumn, Object, Boolean)  

See Also