SQL ISNULL equivalent in ormlite
1
is there an equivalent of ISNULL in SQL for OrmLite?
I tried adding
[Default(typeof(int),"-1")]
to my class model, but had no luck..
I'm working with MVC5 and C#
is there an equivalent of ISNULL in SQL for OrmLite?
I tried adding
[Default(typeof(int),"-1")]
to my class model, but had no luck..
I'm working with MVC5 and C#