Table of Contents

Class DbConPropDef

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Defines a connection string property supported by a connection adapter.

public class DbConPropDef
Inheritance
DbConPropDef
Inherited Members
Extension Methods

Properties

Aliases

Gets or sets the accepted connection string key aliases.

public string[] Aliases { get; set; }

Property Value

string[]

DefaultValue

Gets or sets the default value.

public string DefaultValue { get; set; }

Property Value

string

IsRequired

Gets or sets a value indicating whether this property is required.

public bool IsRequired { get; set; }

Property Value

bool

Label

Gets or sets the display label used in the user interface.

public string Label { get; set; }

Property Value

string

PropType

Gets or sets the connection property type.

public DbConPropType PropType { get; set; }

Property Value

DbConPropType

ValidValues

Gets or sets the list of valid values for this property. An empty array means that any value is accepted.

public string[] ValidValues { get; set; }

Property Value

string[]