We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af02623 commit 05c9317Copy full SHA for 05c9317
source/MongoDB/Attributes/MongoDefaultAttribute.cs
@@ -21,6 +21,7 @@ public MongoDefaultAttribute(object value)
21
/// Initializes a new instance of the <see cref="MongoDefaultAttribute"/> class.
22
/// </summary>
23
/// <param name="value">The value.</param>
24
+ /// <param name="persistDefaultValue">if set to <c>true</c> [persist default value].</param>
25
public MongoDefaultAttribute(object value, bool persistDefaultValue)
26
{
27
Value = value;
0 commit comments