OracleConnectionStringBuilder::Values Property
Gets an ICollection that contains the values in the OracleConnectionStringBuilder.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Property Value
Type: System.Collections::ICollection^An ICollection that contains the values in the OracleConnectionStringBuilder.
Implements
IDictionary::ValuesThe order of the values in the ICollection is unspecified, but it is the same order as the associated keys in the ICollection returned by the Keys property. Because each instance of the OracleConnectionStringBuilder always contains the same fixed set of keys, the Values property always returns the values corresponding to the fixed set of keys, in the same order as the keys.
The following example first creates a new OracleConnectionStringBuilder, and then iterates through all the values within the object.
Available since 2.0