JoasE
JoasE
Sets values for complex properties in the JObject/document of an entity in DocumentSource Since complex properties do not support shadow properties, and I understood support for __JObject is probably being...
Comparison used to compare by checking on primary key properties, but this doesn't work for cosmos as it will filter out any document that doesn't contain a property used in...
Adds support for saving and retrieving complex properties and collections Adds support for querying complex properties - [x] I've read the guidelines for [contributing](CONTRIBUTING.md) and seen the [walkthrough](https://youtu.be/9OMxy1wal1s?t=1869) - [...
### Bug description Complex properties in cosmos db can be configured, but are not stored in the db, nor are they retrieved or can be queried. Originally: #31253 was named:...
Adds documentation for the usage of TransactionalBatch in the Cosmos DB provider when saving changes. See: https://github.com/dotnet/efcore/issues/17308 and https://github.com/dotnet/efcore/pull/36693