markus / DataBase / DatabseModelCRUDSampleDLL / App.config @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (861 Bytes)
1 | 43e1d368 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | f270a256 | taeseongkim | <configuration> |
3 | <configSections> |
||
4 | 43e1d368 | taeseongkim | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
5 | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
||
6 | </configSections> |
||
7 | f270a256 | taeseongkim | <entityFramework> |
8 | 43e1d368 | taeseongkim | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
9 | f270a256 | taeseongkim | <providers> |
10 | 43e1d368 | taeseongkim | <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/> |
11 | f270a256 | taeseongkim | </providers> |
12 | </entityFramework> |
||
13 | 43e1d368 | taeseongkim | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/></startup></configuration> |