Skip to main content

IDataConnection Members

In This Article
When implemented by a class, enables it to connect to a data source.

#Properties

Name Description
Name Gets or sets the name of the data connection.
StoreConnectionNameOnly Specifies whether to store any connection settings except for the data connection name.

#Methods

Name Description
BlackoutCredentials() Removes user credentials for the current data connection
CreateConnectionString() Creates a connection string based on the specified value.
CreateConnectionString(Boolean) Creates a connection string for the current data connection.
See Also