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 dd3f679 commit aa24ab4Copy full SHA for aa24ab4
src/MongoDB.Bson/Serialization/IBsonIdProvider.cs
@@ -29,7 +29,7 @@ public interface IBsonIdProvider
29
/// <param name="id">The Id.</param>
30
/// <param name="idNominalType">The nominal type of the Id.</param>
31
/// <param name="idGenerator">The IdGenerator for the Id type.</param>
32
- /// <returns>True if the document has an Id.</returns>
+ /// <returns>True if the document has an Id field (regardless of the value).</returns>
33
bool GetDocumentId(object document, out object id, out Type idNominalType, out IIdGenerator idGenerator);
34
35
/// <summary>
0 commit comments