Share via


MongoDbCursorMethodsProperties.Project Property

Definition

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).

public object Project { get; set; }
member this.Project : obj with get, set
Public Property Project As Object

Property Value

Applies to