ConnectionParameter.Type

ConnectionParameter.Type property

Type of parameter used. If the parameterType=value, then the value from boolean, double, integer, or string will be used. In this case, it is expected that only one of {boolean, double, integer, or string} will be specified.

public ConnectionParameterType Type { get; set; }

See Also