Sorry, correction, I mean on properties (fields are not supported by the
Indexed attribute).

    class Foo
    {
      [Indexed] public int Works  { get; set; }
      public int NotWorking  { get; set; }
    }



On Mon, Aug 27, 2012 at 7:37 PM, Phil Cockfield <[email protected]> wrote:

> 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
>
>
>
>


-- 
*Phil *Cockfield
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to