DataConnectionBase Properties
Serves as the base class for classes that represent a data connection.
Name | Description |
---|---|
Connection |
Gets or sets a connection string used to establish a connection to a data store. |
Connection |
For internal use. |
Has |
Specifies whether the connection string has been assigned to the data connection. |
Is |
Specifies whether the connection to a database is currently active. |
Name | Gets or sets the name of a data connection. |
Store |
Specifies whether to serialize any connection settings except for the data connection name. |
See Also