好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

转 ef中使用my步骤--Entity Framework 6 with MySql

1.0 " encoding= " utf-8 " ?> <configuration> <configSections> <!-- For more information on Entity Framework configuration, visit http: // go.microsoft测试数据/fwlink/?LinkID=237468 --> <section name= " entityFramework " type= " System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 " requirePermission= " false " /> </configSections> <connectionStrings> <add name= " MonkeyFist " connectionString= " server=localhost;user id=root;password=mypass;database=mydb " providerName= " MySql.Data.MySqlClient " /> </connectionStrings> <startup> <supportedRuntime version= " v4.0 " sku= " .NETFramework,Version=v4.5 " /> </startup> <entityFramework> <defaultConnectionFactory type= " System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework " /> <providers> <provider invariantName= " MySql.Data.MySqlClient " type= " MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6 " /> <provider invariantName= " System.Data.SqlClient " type= " System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer " /> </providers> </entityFramework> <system.data> <DbProviderFactories> <remove invariant= " MySql.Data.MySqlClient " /> <add name= " MySQL Data Provider " invariant= " MySql.Data.MySqlClient " description= " .Net Framework Data Provider for MySQL " type= " MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.8.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d " /> </DbProviderFactories> </system.data> <runtime> <assemblyBinding xmlns= " urn:schemas-microsoft-com:asm.v1 " > <dependentAssembly> <assemblyIdentity name= " EntityFramework " publicKeyToken= " b77a5c561934e089 " culture= " neutral " /> <bindingRedirect oldVersion= " 0.0.0.0-6.0.0.0 " newVersion= " 6.0.0.0 " /> </dependentAssembly> </assemblyBinding> </runtime> </configuration>

 

  

转 ef中使用my步骤--Entity Framework 6 with MySql

标签:

查看更多关于转 ef中使用my步骤--Entity Framework 6 with MySql的详细内容...

  阅读:21次