Query ProjectionSelector Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/sets projection document which should be embedded in query with '$NFX-QUERY-PROJECTION' see the PROJECTION_ROOT constant https://docs.mongodb.com/manual/tutorial/project-fields-from-query-results

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public BSONDocument ProjectionSelector { get; set; }

Property Value

Type: BSONDocument
See Also