dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / DbSyncProviderBase Class / Connection Property

On this page
    Connection Property (DbSyncProviderBase)
    On this page
    Sets the connection to the database.
    Syntax
    'Declaration
     
    Public Overrides WriteOnly Property Connection As IDbConnection
    public override IDbConnection Connection {set;}

    Property Value

    The connection to the database.
    See Also