ConnStringInfo interface
Veritabanı bağlantı dizesi bilgileri.
Özellikler
| connection |
Bağlantı dizesi değeri. |
| name | Bağlantı dizesinin adı. |
| type | Veritabanı türü. |
Özellik Ayrıntıları
connectionString
Bağlantı dizesi değeri.
connectionString?: string
Özellik Değeri
string
name
Bağlantı dizesinin adı.
name?: string
Özellik Değeri
string
type
Veritabanı türü.
type?: "MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"
Özellik Değeri
"MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"