Edit

Share via


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);

Parameters

propertyDescriptors
Hashtable

The Hashtable to be filled with information about this DbConnectionStringBuilder.

Applies to

See also