SqlDataConnection Members
In This Article
#Constructors
Name | Description |
---|---|
Sql |
Initializes a new instance of the Sql |
Sql |
Initializes a new instance of the Sql |
Sql |
Initializes a new instance of the Sql |
#Properties
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 |
#Methods
Name | Description |
---|---|
Blackout |
Removes user credentials from the connection string generated for the current Sql |
Close() | Closes the connection to a SQL data source. |
Create |
Generates a connection string out of the connection parameters assigned to the Sql |
Create |
Generates a connection string out of the connection parameters assigned to the Sql |
Create |
Creates an object that contains data connection parameters. |
Dispose() |
Releases all resources used by Sql |
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 Sql |
Get |
Returns the schema of an SQL data source. |
Get |
Returns the schema of the data source that is connected using the current Sql |
Get |
Returns the schema of the data source that is connected using the current Sql |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Loads columns from the specified tables. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Open() |
Opens the data connection session.
Inherited from Data |
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