Search Results for

    Show / Hide Table of Contents
    View Source

    Class SqlitePreferDeferredTransactionsConnection

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Data.Common.DbConnection
    Namespace: Umbraco.Cms.Persistence.Sqlite.Services
    Assembly: Umbraco.Cms.Persistence.Sqlite.dll
    Syntax
    public class SqlitePreferDeferredTransactionsConnection : DbConnection, IComponent, IDbConnection, IDisposable, IAsyncDisposable

    Constructors

    View Source

    SqlitePreferDeferredTransactionsConnection(SqliteConnection)

    Declaration
    public SqlitePreferDeferredTransactionsConnection(SqliteConnection inner)
    Parameters
    Type Name Description
    SqliteConnection inner

    Properties

    View Source

    ConnectionString

    Declaration
    public override string ConnectionString { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Database

    Declaration
    public override string Database { get; }
    Property Value
    Type Description
    System.String
    View Source

    DataSource

    Declaration
    public override string DataSource { get; }
    Property Value
    Type Description
    System.String
    View Source

    ServerVersion

    Declaration
    public override string ServerVersion { get; }
    Property Value
    Type Description
    System.String
    View Source

    State

    Declaration
    public override ConnectionState State { get; }
    Property Value
    Type Description
    System.Data.ConnectionState

    Methods

    View Source

    BeginDbTransaction(IsolationLevel)

    Declaration
    protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
    Parameters
    Type Name Description
    System.Data.IsolationLevel isolationLevel
    Returns
    Type Description
    System.Data.Common.DbTransaction
    View Source

    ChangeDatabase(String)

    Declaration
    public override void ChangeDatabase(string databaseName)
    Parameters
    Type Name Description
    System.String databaseName
    View Source

    Close()

    Declaration
    public override void Close()
    View Source

    CreateDbCommand()

    Declaration
    protected override DbCommand CreateDbCommand()
    Returns
    Type Description
    System.Data.Common.DbCommand
    View Source

    Open()

    Declaration
    public override void Open()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SqlitePreferDeferredTransactionsConnection(SqliteConnection)
    • Properties
      • ConnectionString
      • Database
      • DataSource
      • ServerVersion
      • State
    • Methods
      • BeginDbTransaction(IsolationLevel)
      • ChangeDatabase(String)
      • Close()
      • CreateDbCommand()
      • Open()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX