@@ -13,7 +13,7 @@ Specify Documents to Return
13
13
.. facet::
14
14
:name: genre
15
15
:values: reference
16
-
16
+
17
17
.. meta::
18
18
:keywords: read, paginate, pagination, order, code example
19
19
@@ -181,7 +181,7 @@ skipping the first ``10`` documents:
181
181
182
182
.. output::
183
183
:visible: false
184
-
184
+
185
185
Acqua
186
186
Acqua Restaurant
187
187
Acqua Santa
@@ -217,26 +217,4 @@ guide, see the following API documentation:
217
217
- `IFindFluent <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.html>`_
218
218
- `Limit() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Limit.html>`_
219
219
- `Sort() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Sort.html>`_
220
- - `Skip() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Skip.html>`_
221
-
222
- .. TODO: integrate into existing page
223
-
224
- Sample Class
225
- ------------
226
-
227
- The code examples in this guide demonstrate how you can use builders to
228
- create types to interact with documents in the sample collection ``plants.flowers``.
229
- Documents in this collection are modeled by the following ``Flower`` class:
230
-
231
- .. literalinclude:: /includes/fundamentals/code-examples/builders.cs
232
- :language: csharp
233
- :dedent:
234
- :start-after: start-model
235
- :end-before: end-model
236
-
237
- Each builder class takes a generic type parameter
238
- ``TDocument`` which represents the type of document that you are working
239
- with. In this guide, the ``Flower`` class is the document type used in
240
- each builder class example.
241
-
242
- - `SortDefinitionBuilder <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.SortDefinitionBuilder-1.html>`__
220
+ - `Skip() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.Skip.html>`_
0 commit comments