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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -