Used to read the EntitySpaces section from the app or web config file.
Below is an example EntitySpaces configuration section as would be stored in your web.config or app.config file. <EntitySpaces> <connectionInfo default="SQLDynamic"> <connections> <add name="SQLDynamic" providerMetadataKey="esDefault" sqlAccessType="DynamicSQL" provider="Tiraggo.SqlClientProvider" providerClass="DataProvider" connectionString="User ID=sa;Password=griffinski;Initial Catalog=Northwind;Data Source=griffo;" databaseVersion="2005"/> </connections> </connectionInfo> </EntitySpaces>