Provides a defition of database connection by provider and name.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class DbConnectionDefinition
<SerializableAttribute> _ Public Class DbConnectionDefinition
[SerializableAttribute] public ref class DbConnectionDefinition
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| DbConnectionDefinition()()() | Initializes a new instance of the DbConnectionDefinition class | |
| Comment |
Gets or sets a comment in relation to this connection, e.g. "development..."
| |
| ConnectionString |
Gets or sets the connection string.
| |
| Default |
A default connection, an MSSQL db on localhost connecting to "master".
| |
| 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) | ||
| 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.) | |
| Name |
Gets or sets the name.
| |
| ProviderName |
Gets or sets the name of the provider.
| |
| ToString()()() |
Returns a String that represents the current Object.
(Overrides Object.ToString()()().) | |
| ToXml()()() |
Serialize the object to XML.
|
| Object | |
| DbConnectionDefinition | |