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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -