Microsoft ha rivisto il suo Entity Framework 4 Sample Provider per SQL Server. La nuova versione include le seguenti caratteristiche:
-
Support for SQL Server 2008
-
Support for new Canonical functions introduced in EF4
-
Addition of DDL capability to support ObjectContext.CreateDatabase, ObjectContext.CreateDatabaseScript, ObjectContext.DatabaseExists and ObjectContext.DeleteDatabase
-
Addition of a FunctionStubGenerator utility, that can be used for generating the stubs required for exposing the provider supported store functions
-
Translation of String.StartsWith, String.EndsWith and String.Contains to use the LIKE operator
-
Updates to the sample DDEX provider to work with Visual Studio 2010
È possibile effettuare il download su MSDN Code Gallery.


Commenti