jeudi 5 février 2015

Storing custom Type in SQLite .NET field

We are using SQLite.Net in a C# application and I want to define a property on one of the classes that gets stored on the db as having a custom type.


The type is essentially an Enum and a string, can be serialised to a string representation and I have overridden ToString


What is the correct way of getting this type in and out of a Field?


Thanks


Aucun commentaire:

Enregistrer un commentaire