BsonMemberMapIgnoreIfNull Property |
Gets whether null values should be ignored when serialized.
Namespace: MongoDB.Bson.SerializationAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public bool IgnoreIfNull { get; }
Public ReadOnly Property IgnoreIfNull As Boolean
Get
member IgnoreIfNull : bool with get
Property Value
Type:
BooleanSee Also