Table of Contents

Class DbConProp

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents a connection string property value.

public class DbConProp
Inheritance
DbConProp
Inherited Members
Extension Methods

Properties

PropType

Gets or sets the connection property type.

public DbConPropType PropType { get; set; }

Property Value

DbConPropType

Value

Gets or sets the property value.

public string Value { get; set; }

Property Value

string

Methods

ToString()

Returns a string representation of this instance.

public override string ToString()

Returns

string