SyntaxFix
Write A Post
Hire A Developer
Questions
You cannot set an int to null. Use a nullable int (int?) instead:
int
null
int?
int? value = null;