Condividi tramite


ConnectionStringType Enum

Definition

Defines values for ConnectionStringType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ConnectionStringType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ConnectionStringType = 
Public Enum ConnectionStringType
Inheritance
ConnectionStringType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

MySql 0
SQLServer 1
SQLAzure 2
Custom 3
NotificationHub 4
ServiceBus 5
EventHub 6
ApiHub 7
DocDb 8
RedisCache 9
PostgreSQL 10

Applies to