Show / Hide Table of Contents

Class DatabaseConnectionString

Information containing the database connection

Inheritance
object
DatabaseConnectionString
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DatabaseConnectionString

Properties

ConnectionString

Database connection string

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
string

Name

Assigned connection string name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProviderName

Database provider name

Declaration
public string ProviderName { get; set; }
Property Value
Type Description
string

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX