Skip to content

Commit 0595cb8

Browse files
committed
small correction
1 parent 0472c3d commit 0595cb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/MongoDB.Driver/Core/Operations/AggregateToCollectionOperation.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ public AggregateToCollectionOperation(CollectionNamespace collectionNamespace, I
7070
_collectionNamespace = collectionNamespace;
7171
}
7272

73+
//EXIT
74+
public AggregateToCollectionOperation(CollectionNamespace collectionNamespace, IEnumerable<BsonDocument> pipeline, MessageEncoderSettings messageEncoderSettings)
75+
: this(collectionNamespace, pipeline, messageEncoderSettings, BsonSerializer.DefaultSerializationDomain)
76+
{
77+
}
78+
7379
public bool? AllowDiskUse
7480
{
7581
get { return _allowDiskUse; }

0 commit comments

Comments
 (0)