can dotConnect for SQLite do the following against an Entity Framework V4 ?
1. Model First -> generate DB schema(s)
2. DateTimeOffset property type.
cheers

Really? that hurtsAndreyR wrote:We are unable to add EDM Designer support in design time, so there is no Model First design time support.
Can I create a DateTimeOffset property on my POCO and have it save to a SQLite DB table with that DB field also being a DateTimeOffset property?AndreyR wrote:As for the DateTimeOffset property type, what kind of support do you mean?