Properties of class ConnectionProviderBase

class ConnectionProviderBase | Constructors | Methods | All Members


Public Properties

Gets the connection string.
public string ConnectionString { get; }

Protected Properties

protected IDbConnection Connection { get; }

protected bool InTransaction { get; }

protected IDbTransaction Transaction { get; }

protected int TransactionLevel { get; }