AggregateUnwindOptionsTResultPreserveNullAndEmptyArrays Property |
Gets or sets whether to preserve null and empty arrays.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax public Nullable<bool> PreserveNullAndEmptyArrays { get; set; }
Public Property PreserveNullAndEmptyArrays As Nullable(Of Boolean)
Get
Set
member PreserveNullAndEmptyArrays : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also