[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.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public BSONDocument ProjectionSelector { get; set; }
public BSONDocument ProjectionSelector { get; set; }
Public Property ProjectionSelector As BSONDocument
Get
Set
Public Property ProjectionSelector As BSONDocument
Get
Set
public:
property BSONDocument^ ProjectionSelector {
BSONDocument^ get ();
void set (BSONDocument^ value);
}
public:
property BSONDocument^ ProjectionSelector {
BSONDocument^ get ();
void set (BSONDocument^ value);
}
member ProjectionSelector : BSONDocument with get, set
member ProjectionSelector : BSONDocument with get, set
Property Value
Type:
BSONDocument