You could use replace your Int32s with their nullable counterpart using int? . You can find more about nullable types here.
Make your tabID nullable:
public int? tabID;
KANSIRIS - DO IT
You could use replace your Int32s with their nullable counterpart using int? . You can find more about nullable types here.
Make your tabID nullable:
public int? tabID;
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.