DbConnectionStringBuilder.ClearPropertyDescriptors Method

Definition

Clears the collection of PropertyDescriptor objects on the associated DbConnectionStringBuilder.

protected public:
 void ClearPropertyDescriptors();
protected internal void ClearPropertyDescriptors ();
member this.ClearPropertyDescriptors : unit -> unit
Protected Friend Sub ClearPropertyDescriptors ()

Remarks

This method is used by designers to clear all associated property descriptors on the DbConnectionStringBuilder.

Applies to

See also