ConnectionManager.ThrowIfPropertyNotSet Method

Include Protected Members
Include Inherited Members

Throws an exception if a connection property is not set.

Overload List

  Name Description
Protected method ThrowIfPropertyNotSet(String, String) Throws an exception if the specified connection property is null or empty. (Inherited from ConnectionSettings.)
Protected method ThrowIfPropertyNotSet(String, String, Boolean) Throws an exception if the specified connection property is null or, optionally, empty. (Inherited from ConnectionSettings.)

Top