ConnStringInfo interface
Database connection string information.
Properties
| connection |
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