2 overrides of GetProperties
System.Data (2)
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
483
protected override void
GetProperties
(Hashtable propertyDescriptors) {
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1006
protected override void
GetProperties
(Hashtable propertyDescriptors) {
3 references to GetProperties
System.Data (3)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
343
GetProperties
(descriptors);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
602
base.
GetProperties
(propertyDescriptors);
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1030
base.
GetProperties
(propertyDescriptors);