Class DbConPropDef
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
IsRequired
Gets or sets a value indicating whether this property is required.
public bool IsRequired { get; set; }
Property Value
Label
Gets or sets the display label used in the user interface.
public string Label { get; set; }
Property Value
PropType
Gets or sets the connection property type.
public DbConPropType PropType { get; set; }
Property Value
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[]