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