For example can order.Name be null or is it defaulted to an empty string?
Same question goes for all other members of the Order object? Are all the enum members always non-nullable? Etc.
I'm getting an "Object reference not set to an instance of an Object" error.
TIA

Comment