DataConnectionBase Members
In This Article
#Properties
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. |
#Methods
Name | Description |
---|---|
Close() | Closes the data connection session. |
Create |
Creates a connection string. |
Create |
Creates the data connection parameters. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the schema of the data source that is connected using the current Data |
Get |
Returns the schema of the data source that is connected using the current Data |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Open() | Opens the data connection session. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also