SqlDataConnection Properties
A connection to a SqlDataSource.
Name | Description |
---|---|
Connection |
Provides access to the data connection parameters of the Sql |
Connection |
Specifies the connection string of the Sql |
Connection |
For internal use. |
Has |
Specifies whether the connection string has been assigned to the data connection.
Inherited from Data |
Is |
Indicates whether or not the data connection is currently active. |
Name |
Gets or sets the name of a data connection.
Inherited from Data |
Parameters |
For internal use. Use the Data |
Provider |
Identifies the data store provider. |
Store |
Specifies whether to serialize any connection settings except for the data connection name.
Inherited from Data |
See Also