DataConnectionFactory Class |
Namespace: CMS.DataEngine
public static class DataConnectionFactory
The DataConnectionFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ConnectionString |
Returns the connection string.
|
![]() ![]() | CurrentConnection |
Current DB connection to use within current connection scope.
|
![]() ![]() | GeneratorObject |
Returns the SQL generator object.
|
![]() ![]() | ProviderObject |
Returns the provider object.
|
![]() ![]() | TableManagerObject |
Returns the Table manager object.
|
Name | Description | |
---|---|---|
![]() ![]() | GetConnection |
Returns a new database connection.
|
![]() ![]() | GetConnection(String) |
Returns a new database connection.
|
![]() ![]() | GetNativeConnection |
Returns a new database connection.
|
![]() ![]() | NewTableManagerObject |
Creates a new table manager object with the given connection string
|
![]() ![]() | ProcessCommand | Obsolete.
Sends the specific command with arguments to the provider.
|
Name | Description | |
---|---|---|
![]() ![]() | OnGetConnection |
Event raised when the connection is required. Returns the connection.
|