Class DbConProp
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
Value
Gets or sets the property value.
public string Value { get; set; }
Property Value
Methods
ToString()
Returns a string representation of this instance.
public override string ToString()