We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c1a19 commit ea27c34Copy full SHA for ea27c34
source/fundamentals/serialization/poco.txt
@@ -256,6 +256,11 @@ The following code sample maps the ``Identifier`` property to the
256
(for example, if your POCO includes properties named ``Id`` and ``_id``),
257
the driver throws a ``BsonSerializationException``.
258
259
+.. note:: Nested Document Ids
260
+
261
+ The ``_id`` field mapping logic described in this section only applies to the
262
+ root document and does not apply to nested documents.
263
264
Omit Empty Fields
265
~~~~~~~~~~~~~~~~~
266
0 commit comments