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

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -