Click or drag to resize
AbstractDataProvider Class
Data provider class.
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public abstract class AbstractDataProvider : IDataProvider

The AbstractDataProvider type exposes the following members.

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