| Fields Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver.Builders
 Syntax
SyntaxThe Fields type exposes the following members.
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|   | ElemMatch | 
            Returns the first matching element in the array specified by name.
             | 
|   | Exclude | 
            Adds one or more field names to be excluded from the results.
             | 
|   | Include | 
            Adds one or more field names to be included in the results.
             | 
|   | MetaTextScore | 
            Specifies the name of field to hold the computed relevance score for text search.
             | 
|   | Slice(String, Int32) | 
            Adds a slice to be included in the results.
             | 
|   | Slice(String, Int32, Int32) | 
            Adds a slice to be included in the results.
             | 
 See Also
See Also