ConnStringInfo interface

Database connection string information.

Properties

connectionString

Connection string value.

name

Name of connection string.

type

Type of database.

Property Details

connectionString

Connection string value.

connectionString?: string

Property Value

string

name

Name of connection string.

name?: string

Property Value

string

type

Type of database.

type?: ConnectionStringType

Property Value