Skip to main content

DataConnectionBase Properties

Serves as the base class for classes that represent a data connection.
Name Description
ConnectionString Gets or sets a connection string used to establish a connection to a data store.
ConnectionStringSerializable For internal use.
HasConnectionString Specifies whether the connection string has been assigned to the data connection.
IsConnected Specifies whether the connection to a database is currently active.
Name Gets or sets the name of a data connection.
StoreConnectionNameOnly Specifies whether to serialize any connection settings except for the data connection name.
See Also