DataConnectionManager Members
Include Protected Members
Include Inherited Members
Represents a shared set of data connection objects that are created on demand and managed by Visual Studio.
The DataConnectionManager type exposes the following members.
Constructors
Name
Description
Class constructor.
Top
Methods
Name
Description
Copies the set of currently managed data connections to an array, starting at the specified array index.
Initializes a data connection. This method should not be called by client code.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Overloaded.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Invalidates a currently managed data connection that matches the specified connection information, if any.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Retrieves a count of the number of data connections currently being managed.
Top
Explicit Interface Implementations
Name
Description
ICollection<DataConnection>.Add
ICollection<DataConnection>.Clear
ICollection<DataConnection>.Contains
IEnumerable<DataConnection>.GetEnumerator
Retrieves an IEnumerator object with which to iterate through the collection.
ICollection<DataConnection>.IsReadOnly
ICollection<DataConnection>.Remove
Top