Keys Property

Syntax:

public ICollection Keys{ get; }

Description:

Type: System.Collections.ICollection

Gets a collection that contains all the keys 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 Values 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.Keys