Mini SQL Query Extensibility Documentation
DbConnectionDefinitionList Class
NamespacesMiniSqlQuery.CoreDbConnectionDefinitionList
Manages a list of database connections.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class DbConnectionDefinitionList
<SerializableAttribute> _
Public Class DbConnectionDefinitionList
[SerializableAttribute]
public ref class DbConnectionDefinitionList
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Inheritance Hierarchy
Object
DbConnectionDefinitionList

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)