dotConnect for MySQL 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
 

Property Value

The connection to the database.
See Also