If I use SQL Server CE for a Windows phone, I can choose which class map properties for the database tables. This allows me to have abstract properties in the class.
eg
[Table] public class MyClass {
Is it possible to exclude properties from a class definition in SQLite-net? I cannot use extensions because some of these properties are used by the UI application.
source share