.HasProperty will check for a property existence but because the child types are returned as DynamicNull, you couldn't check for null equality. Use DynamicNull's .IsNull (true) or .HasValue (false) or .Count() (0) or a typeof check
1.7 KiB
1.7 KiB