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
Methods
GetNewConnection(string)
Returns new data connection.
IDataConnection GetNewConnection(string connectionString)
Parameters
connectionString
stringConnection string