I'm using Franks fork of sqllite-net<https://github.com/praeclarum/sqlite-net>. I'm noticing that int properties or fields are not being stored unless they are decorated with the [*Indexed*] attribute.
class Foo
{
[Indexed] public int Works;
public int NotWorking;
}
Does anyone know if that's by design ... or a bug?
--
*Phil *Cockfield
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
