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
Post a Comment