You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very handy to use anonymous objects to create entities, especially ones with a blank id. Currently a blank node id must be explicitely created
Internally a new blank identitifier would be generated for the anonymous object and each property would be translated to the destination type. In this case the properties would have to match those of IAddress.
The text was updated successfully, but these errors were encountered:
The question is how should the Name property be treated? After all it is possible that an entity already exists for the given Uri. Should the supplied values replace whatever values the already existed.
It would be very handy to use anonymous objects to create entities, especially ones with a blank id. Currently a blank node id must be explicitely created
Here's how this could work instead
Internally a new blank identitifier would be generated for the anonymous object and each property would be translated to the destination type. In this case the properties would have to match those of
IAddress
.The text was updated successfully, but these errors were encountered: