Owneat Technical Guide main Help

Class ConnectionStrings

Namespace: Identity.Infrastructure.Settings
Assembly: Identity.Infrastructure.dll

ConnectionStrings is a class that configure the access to ConnectionStrings sections of appsettings.json file, will be used by IOptions.

public class ConnectionStrings

Inheritance

object ← ConnectionStrings

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

Identity

Default is the subsection attribute that define the default connection string for the database.

public string Identity { get; set; }

Property Value

string

Last modified: 21 May 2024