c# - Entity Framework 7 and SQLite typeless (aka sql_variant in SQL Server) column -


in previous project used sqlite database , in 1 of tables had column undefined type column able store type (datetimes in datetime format, decimals in decimal format , etc). retrieve data used ado.net.

in current case ef code first fits better needs. tried ef 7.0.0-rc1-final throws exception on adding migration.

so there way create entity property of type object , update database using ef?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -