record
Cannot be Used without Having Default ctor in LINQ
#796
Labels
record
Cannot be Used without Having Default ctor in LINQ
#796
LINQ relies on default ctor. If record doesn't provide a default ctor, it fails. During expression bindings, we may look for alternative ctors and use one of them at least with empty objects. Later, column projector can assign the properties.
The text was updated successfully, but these errors were encountered: