We have just published an updated Sample ADO.NET Provider for Entity Framework.
Changes in the provider APIs since Beta3 release:
- removed DbProviderServices.GetProviderManifest(DbConnection)
- added DbProviderServices.GetProviderManifestToken(DbConnection)
- completely redesigned CSDL/SSDL/MSL for SchemaInformation
- changed the format of the provider manifest XML:
- DefaultValue vs Default
- removed facets from functions - added DbProviderManifest.Token/DbProviderManifest.Provider properties
Provider writers can get the source code from MSDN Code Gallery: https://code.msdn.microsoft.com/EFSampleProvider
Comments
Anonymous
June 03, 2008
Just to get the news out: The updated version of the Entity Framework Sample Provider that is compatibleAnonymous
June 13, 2008
From Jarek Kowalski : We have just published an updated Sample ADO.NET Provider for Entity Framework