Bagikan melalui


ConnStringInfo interface

Informasi string koneksi database.

Properti

connectionString

Nilai string koneksi.

name

Nama string koneksi.

type

Jenis database.

Detail Properti

connectionString

Nilai string koneksi.

connectionString?: string

Nilai Properti

string

name

Nama string koneksi.

name?: string

Nilai Properti

string

type

Jenis database.

type?: "MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"

Nilai Properti

"MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"