Table of Contents

Interface IDataProvider

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Data provider interface.

public interface IDataProvider
Extension Methods

Properties

ConnectionString

Connection string.

string ConnectionString { get; set; }

Property Value

string

CurrentConnection

Current DB connection to use within current connection scope.

IDataConnection CurrentConnection { get; set; }

Property Value

IDataConnection

Methods

GetNewConnection(string)

Returns new data connection.

IDataConnection GetNewConnection(string connectionString)

Parameters

connectionString string

Connection string

Returns

IDataConnection