2 references to sectionName
System.Data (2)
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
236
DataSet configTable = PrivilegedConfigurationManager.GetSection(DbProviderFactoriesConfigurationHandler.
sectionName
) as DataSet;
fx\src\data\System\Data\Common\HandlerBase.cs (1)
62
parentConfig = new DataSet(DbProviderFactoriesConfigurationHandler.
sectionName
);