IDataProvider Interface |
Namespace: CMS.DataEngine
public interface IDataProvider
The IDataProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetNewConnection |
Returns new data connection.
|
![]() | ProcessCommand |
Sends the specific command with arguments to the provider.
|
Name | Description | |
---|---|---|
![]() | ConnectionString |
Connection string.
|
![]() | CurrentConnection |
Current DB connection to use within current connection scope.
|