Was Pluggable conventions removed from the EF 5 release, i saw it in the pre releases? Looking for a way to force ef code use datetime2 by convention, so don’t need to explicit map each column of every entity.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ended up create a derived class of EntityTypeConfiguration.
Then each of the entity configurations just inherit from this instead of EntityTypeConfiguration.