xamarin - SQLite: entity without default constructor -


is possible use entity class without default constructor?

something similar json.net's jsonconstructor attribute: json.net: how deserialize without using default constructor?

otherwise what's practice regarding making sure default constructor not being used in code? example option using obsolete attribute: [obsolete("comment indicate sqlite only")]


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -