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

In This Topic
    Connection Property (DbSyncProviderBase)
    In This Topic
    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