Share via


MongoDbCursorMethodsProperties.Project Property

Definition

Gets or sets specifies the fields to return in the documents that match the query filter. To return all fields in the matching documents, omit this parameter. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="project")]
public object Project { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="project")>]
member this.Project : obj with get, set
Public Property Project As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to