Custom Column Annotations EF 6

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
artmasa
Posts: 2
Joined: Tue 21 Oct 2014 22:14

Custom Column Annotations EF 6

Post by artmasa » Wed 22 Oct 2014 05:03

How can you handle the HasColumnAnnotation Fluent API method by using OracleEntityMigrationSqlGenerator?

I have been trying to find a way to achieve this, but no luck. I see devart has AddColumnConfiguration but it cannot handle this situation.

Any timeframe on when to expect an implementation similar to MS Migration SQL Generator for EF 6?

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Custom Column Annotations EF 6

Post by Shalex » Thu 23 Oct 2014 15:04

Please describe the problem you have encountered with the HasColumnAnnotation Fluent API method. If possible, send us a small test project and specify the steps we should follow using it for reproducing the issue. This will speed up our investigation.

Post Reply