Share via


SelectingChangesEventArgs.Connection Property

Gets an IDbConnection object for the connection over which changes are selected.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property Connection As IDbConnection
public IDbConnection Connection { get; }
public:
property IDbConnection^ Connection {
    IDbConnection^ get ();
}
/** @property */
public IDbConnection get_Connection ()
public function get Connection () : IDbConnection

Property Value

An IDbConnection object that contains a connection to the client or server database.

Remarks

Use the connection exposed by this property and the transaction exposed by the Transaction property to access a database over the same connection and within the same transaction that Synchronization Services uses.

Example

For an example of how to access a database over the same connection and within the same transaction that Synchronization Services uses, see How to: Work with Events and Program Business Logic.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SelectingChangesEventArgs Class
SelectingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace