What is the nullable in a model? For example:
public int? ProjectId;
If I put this way'm accepting null values, right?
And if I put the annotation required on the property, is it required not to have the value be null or would it?
Why...
asked by
11.09.2014 / 23:11