Property ReturnKey

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

ReturnKey

Gets or sets returnKey. If true, returns only the index keys in the resulting documents.

public bool? ReturnKey { get; set; }

Property Value

bool?