Mini SQL Query Extensibility Documentation
DbConnectionDefinition Class
NamespacesMiniSqlQuery.CoreDbConnectionDefinition
Provides a defition of database connection by provider and name.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class DbConnectionDefinition
<SerializableAttribute> _
Public Class DbConnectionDefinition
[SerializableAttribute]
public ref class DbConnectionDefinition
Members
All MembersConstructorsMethodsPropertiesFields



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

Inheritance Hierarchy
Object
DbConnectionDefinition

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