SqlCeSyncProvider::Connection Property
Gets or sets the IDbConnection object that is used to connect to the client database.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: virtual property IDbConnection^ Connection { IDbConnection^ get () override; void set (IDbConnection^ value) override; }
Property Value
Type: System.Data::IDbConnectionThe IDbConnection object that is used to connect to the client database.
| Exception | Condition |
|---|---|
| ArgumentException | value has an invalid connection string. |
Show: