Skip to content

Commit 7fb5768

Browse files
add link to manual
1 parent 5f41ab0 commit 7fb5768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/fundamentals/builders.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ their ``Season`` array:
116116
var builder = Builders<Flower>.Filter;
117117
var filter = builder.ElemMatch(f => f.Season, s => s == "Summer");
118118

119+
To learn more about array operators, see the :manual:`Array Query Operators
120+
</reference/operator/query-array/>` guide in the {+mdb-server+} manual.
121+
119122
.. _csharp-builders-projection:
120123

121124
Create a Projection

0 commit comments

Comments
 (0)