ConnectionSettings Methods

Include Protected Members
Include Inherited Members

The ConnectionSettings type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method ThrowIfPropertyNotSet(String, String) Throws an exception if the specified connection property is null or empty.
Protected method ThrowIfPropertyNotSet(String, String, Boolean) Throws an exception if the specified connection property is null or, optionally, empty.
Public method ToString() Returns the referenced object name as a string. (Overrides Object.ToString().)

Top