You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Is there a way to avoid using [Table] and [Column] attributes? I am wondering if I can use same POCO classes with EF and linq 2 db. A lot of code is written with EF. If I can reuse it's mapping I can refactor code from EF to linq 2 db step by step.
Thank you. So to support Data Annotation Attributes I need to create MappingSchema and then use reflection to build entity mappings using GetFluentMappingBuilder().Entity<>..., right?
Not exactly, based on discussion thread you can convert current attributes to our attributes. But yes you need to define mapping schema, for example in DataConnection constructor.
No description provided.
The text was updated successfully, but these errors were encountered: