Values Property

Syntax:

public ICollection Values { get; }

Description:

Type: System.Collections.ICollection

Gets a collection that contains all the values currently in use in the connection string builder, in no specified order, however the order is guaranteed to be the same as in the collection returned by the Keys property.

The collection returned is not static, meaning changes in the original RdmConnectionStringBuilder are reflected in the collection returned from this property.

Exceptions:

None

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnectionStringBuilder.Values