Click or drag to resize
IDataProvider Interface
Data provider interface.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public interface IDataProvider

The IDataProvider type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Connection string.
Public propertyCurrentConnection
Current DB connection to use within current connection scope.
Top
Methods
  NameDescription
Public methodGetNewConnection
Returns new data connection.
Public methodProcessCommand
Sends the specific command with arguments to the provider.
Top
See Also