Search Results for

    Show / Hide Table of Contents

    Enum DatabaseConnectionMode

    Defines how the data access library handles database connections

    Namespace: TimeCockpit.Data.Database
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum DatabaseConnectionMode

    Fields

    Name Description
    CloseAndReopen

    The data access library closes and reopens the underlying database connection whenever it needs a connection to the db.

    KeepOpen

    The data access library opens one database connection and tries to keep it open as long as the DataContext is alive.

    In This Article
    • Fields
    Back to top Copyright © 2020 software architects gmbh