| DataProvider Class |
Namespace: CMS.DataProviderSQL
public class DataProvider : AbstractDataProvider
The DataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| DataProvider |
| Name | Description | |
|---|---|---|
| ConnectionString |
Connection string to use for the connections.
(Inherited from AbstractDataProvider.) | |
| CurrentConnection |
Current DB connection to use within current connection scope.
(Inherited from AbstractDataProvider.) |
| Name | Description | |
|---|---|---|
| GetNewConnection |
Returns new data connection.
(Overrides AbstractDataProviderGetNewConnection(String).) |