Add string-based Property API that does not require a type #6303
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
When creating a shadow property it is important to know the type of that property:
But if string API is actually being used to reference a CLR property, then it would be nice to be able to do this:
This API would throw if the "Id" property is not found, but if it is found, then its type will be used.
This becomes especially nice when mapping fields, since this requires that the string API be used:
The text was updated successfully, but these errors were encountered: