IfxConnectionStringBuilder public properties
The following table shows the public properties of the
IfxConnectionStringBuilder class.
Property | Description |
---|---|
Count | Returns the number of keys that are contained within the connection string that is maintained by the IfxConnectionStringBuilder instance. |
ConnectionString | Gets or sets the connection string that is associated with the IfxConnectionStringBuilder. Returns a semicolon-delimited list of key-value pairs stored in the collection that is maintained by the IfxConnectionStringBuilder. Each pair contains the key and value, which are separated by an equal sign. |
IsFixedSize | Indicates whether the IfxConnectionStringBuilder has a fixed size. A value of true indicates that the IfxConnectionStringBuilder has a fixed size. |
IsReadOnly | Indicates whether the IfxConnectionStringBuilder is read-only. A value of true indicates that the IfxConnectionStringBuilder is read only. A read-only collection prohibits adding, removing, or modifying elements after the collection is created. |
Keys | Returns an ICollection that contains the keys that
are in the IfxConnectionStringBuilder. The ICollection contains an unspecified order of values, but it is the same order as the associated values in the ICollection returned by the Values property. |
Values | Returns an ICollection that contains the values
in the DbConnectionStringBuilder. The ICollection contains an unspecified order of values, but it is the same order as the associated values in the ICollection returned by the Keys property. |