We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb8296 commit 07c48a3Copy full SHA for 07c48a3
source/fundamentals/serialization/poco.txt
@@ -243,6 +243,11 @@ The following code sample maps the ``Identifier`` property to the
243
(for example, if your POCO includes properties named ``Id`` and ``_id``),
244
the driver throws a ``BsonSerializationException``.
245
246
+.. note:: Nested Document Ids
247
+
248
+ The ``_id`` field mapping logic described in this section only applies to the
249
+ root document and does not apply to nested documents.
250
251
Omit Empty Fields
252
~~~~~~~~~~~~~~~~~
253
0 commit comments