ConnStringValueTypePair Class

Definition

Database connection string value to type pair.

public class ConnStringValueTypePair
type ConnStringValueTypePair = class
Public Class ConnStringValueTypePair
Inheritance
ConnStringValueTypePair

Constructors

ConnStringValueTypePair()

Initializes a new instance of the ConnStringValueTypePair class.

ConnStringValueTypePair(String, ConnectionStringType)

Initializes a new instance of the ConnStringValueTypePair class.

Properties

Type

Gets or sets type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'

Value

Gets or sets value of pair.

Methods

Validate()

Validate the object.

Applies to