DbConnectionStringBuilder.GetProperties(Hashtable) Method

Definition

Fills a supplied Hashtable with information about all the properties of this DbConnectionStringBuilder.

protected:
 virtual void GetProperties(System::Collections::Hashtable ^ propertyDescriptors);
protected virtual void GetProperties (System.Collections.Hashtable propertyDescriptors);
abstract member GetProperties : System.Collections.Hashtable -> unit
override this.GetProperties : System.Collections.Hashtable -> unit
Protected Overridable Sub GetProperties (propertyDescriptors As Hashtable)

Parameters

propertyDescriptors
Hashtable

The Hashtable to be filled with information about this DbConnectionStringBuilder.

Applies to

See also