The following tables list the members exposed by Connection.
| Name | Description | |
|---|---|---|
![]() | Connection Constructor |
| Name | Description | |
|---|---|---|
![]() ![]() | AutoConnectProperty | Identifies the AutoConnect dependency property. |
![]() ![]() | DataSourceProperty | Identifies the DataSource dependency property. |
| Name | Description | |
|---|---|---|
![]() | AutoConnect | Gets or sets value indicating whether the Connection should connect automatically when IDataSource property is set. This is a dependency property. |
![]() | DataSource | Gets or sets the data source. This is a dependency property. |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) |
![]() | IsConnected | Gets a value indicating whether data source is connected. |
| Name | Description | |
|---|---|---|
![]() | ClearValue | Clears the local value of a dependency property. (Inherited from System.Windows.DependencyObject) |
![]() | Connect | Connects the data source. |
![]() | Disconnect | Disconnects the underlying data provider. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | Returns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | StateChanged | Connection state changed. |





