Project DescriptionExtends the Entity Framework to obtain sql specific columns metadata for linq queries
This project extends the Entity Framework to obtain columns metadata for queries that cannot be obtained using reflection (varchar length, decimal precision, nullable).
EFMetaProvider is based on
EFProviderWrappers by Joseph KowalskiThis project was arose as an answer to
Stackoverflow question