Manages a list of database connections.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class DbConnectionDefinitionList
<SerializableAttribute> _ Public Class DbConnectionDefinitionList
[SerializableAttribute] public ref class DbConnectionDefinitionList
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DbConnectionDefinitionList()()() |
Initializes a new instance of the DbConnectionDefinitionList class.
| |
| AddDefinition(DbConnectionDefinition) |
Adds the definition from the list.
| |
| DefaultName |
Gets or sets the default name of a connection definition from the list of Definitions.
| |
| Definitions |
Gets or sets the connection definitions.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FromXml(String) |
Creates a DbConnectionDefinitionList from a string of xml.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveDefinition(DbConnectionDefinition) |
Removes the definition from the list.
| |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| ToXml()()() |
Serialize the list to XML.
|
| Object | |
| DbConnectionDefinitionList | |