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