How to retrieve nullable types?
Can you be more specific? Perhaps post your question on stackoverflow?
Lets say I have a model class as follows.
public class Model
{
public int id{get; set;}
public Datetime? CreatedOn{get; set;}
}
how do we fetch this date field?
Thanks,
Here are the docs on how to use this library.
nullable: true great thanks, mate. Cheers!
Most helpful comment
nullable: true great thanks, mate. Cheers!