DataConnection Properties
Represents a connection to a data store.| Name | Description |
|---|---|
| ConnectionParameters | Provides access to the data connection parameters of the SqlDataConnection. Inherited from SqlDataConnection. |
| ConnectionString | Specifies the connection string of the SqlDataConnection. Inherited from SqlDataConnection. |
| ConnectionStringSerializable | For internal use. Inherited from SqlDataConnection. |
| HasConnectionString | Specifies whether the connection string has been assigned to the data connection. Inherited from DataConnectionBase. |
| IsConnected | Indicates whether or not the data connection is currently active. Inherited from SqlDataConnection. |
| Name | Gets or sets the name of a data connection. Inherited from DataConnectionBase. |
| ParametersSerializable | For internal use. Use the DataConnectionBase.CreateDataConnectionParameters method instead. Inherited from SqlDataConnection. |
| ProviderKey | Identifies the data store provider. Inherited from SqlDataConnection. |
| StoreConnectionNameOnly | Specifies whether to serialize any connection settings except for the data connection name. Inherited from DataConnectionBase. |
See Also