SqlDataConnection Properties
A connection to a SqlDataSource.| Name | Description |
|---|---|
| ConnectionParameters | Provides access to the data connection parameters of the SqlDataConnection. |
| ConnectionString | Specifies the connection string of the SqlDataConnection. |
| ConnectionStringSerializable | For internal use. |
| 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. |
| Name | Gets or sets the name of a data connection. Inherited from DataConnectionBase. |
| ParametersSerializable | For internal use. Use the DataConnectionBase.CreateDataConnectionParameters method instead. |
| ProviderKey | Identifies the data store provider. |
| StoreConnectionNameOnly | Specifies whether to serialize any connection settings except for the data connection name. Inherited from DataConnectionBase. |
See Also