Robuta

https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/Properties_T_MongoDB_Driver_BsonDocumentProjectionDefinition_2.htm BsonDocumentProjectionDefinition(TSource, TProjection) Properties properties https://mongodb.github.io/mongo-csharp-driver/3.7.0/api/MongoDB.Driver/MongoDB.Driver.IFindFluent-2.html Interface IFindFluentTDocument, TProjection | MongoDB CSharp Driver API Reference interfacemongodbcsharpdriverapi https://mongodb.github.io/mongo-csharp-driver/2.14/apidocs/html/T_MongoDB_Driver_FindFluentBase_2.htm FindFluentBase(TDocument, TProjection) Class Base class for implementors of . class https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_MongoCollectionBase_1_FindSync__1.htm MongoCollectionBase(TDocument).FindSync(TProjection) Method (FilterDefinition(TDocument),... Finds the documents matching the filter. method https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_IFindFluentExtensions_FirstAsync__2.htm IFindFluentExtensions.FirstAsync(TDocument, TProjection) Method Get the first result. method https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_IFindFluentExtensions_Project__3.htm IFindFluentExtensions.Project(TDocument, TProjection, TNewProjection) Method... Projects the result. projectmethod https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/P_MongoDB_Driver_FindOneAndReplaceOptions_2_ReturnDocument.htm FindOneAndReplaceOptions(TDocument, TProjection).ReturnDocument Property Gets or sets which version of the document to return. property https://mongodb.github.io/mongo-csharp-driver/2.14/apidocs/html/M_MongoDB_Driver_ProjectionDefinitionBuilder_1_As__1.htm ProjectionDefinitionBuilder(TSource).As(TProjection) Method Creates a client side projection that is implemented solely by using a different serializer. method https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Driver_JsonProjectionDefinition_2_Render.htm JsonProjectionDefinition(TSource, TProjection).Render Method Renders the projection to a . rendermethod https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/P_MongoDB_Driver_FindOptions_2_Limit.htm FindOptions(TDocument, TProjection).Limit Property Gets or sets how many documents to return. limitproperty https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_ObjectProjectionDefinition_2__ctor.htm ObjectProjectionDefinition(TSource, TProjection) Constructor Initializes a new instance of the class. constructor https://mongodb.github.io/mongo-csharp-driver/2.14/apidocs/html/M_MongoDB_Driver_IMongoCollection_1_FindOneAndDeleteAsync__1_1.htm IMongoCollection(TDocument).FindOneAndDeleteAsync(TProjection) Method (IClientSessionHandle,... Finds a single document and deletes it atomically. method https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/T_MongoDB_Driver_FindOneAndReplaceOptions_2.htm FindOneAndReplaceOptions(TDocument, TProjection) Class Options for a findAndModify command to replace an object. class https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_IFindFluent_2_As__1.htm IFindFluent(TDocument, TProjection).As(TResult) Method A simplified type of projection that changes the result type by using a different serializer. method https://mongodb.github.io/mongo-csharp-driver/2.26.0/api/MongoDB.Driver/MongoDB.Driver.IOrderedFindFluent-2.html Interface IOrderedFindFluentTDocument, TProjection | MongoDB CSharp Driver API Reference interfacemongodbcsharpdriverapi https://mongodb.github.io/mongo-csharp-driver/2.3/apidocs/html/P_MongoDB_Driver_FindExpressionProjectionDefinition_2_Expression.htm FindExpressionProjectionDefinition(TSource, TProjection).Expression Property Gets the expression. expressionproperty https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/P_MongoDB_Driver_FindOptions_2_Skip.htm FindOptions(TDocument, TProjection).Skip Property Gets or sets how many documents to skip before returning the rest. skipproperty https://mongodb.github.io/mongo-csharp-driver/2.0/apidocs/html/T_MongoDB_Driver_ProjectionDefinition_2.htm ProjectionDefinition(TSource, TProjection) Class Base class for projections. class https://mongodb.github.io/mongo-csharp-driver/2.3/apidocs/html/Methods_T_MongoDB_Driver_BsonDocumentProjectionDefinition_2.htm BsonDocumentProjectionDefinition(TSource, TProjection) Methods methods https://mongodb.github.io/mongo-csharp-driver/2.14/apidocs/html/T_MongoDB_Driver_FindOptions_2.htm FindOptions(TDocument, TProjection) Class Options for finding documents. class https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_IFindFluentExtensions_ThenBy__2.htm IFindFluentExtensions.ThenBy(TDocument, TProjection) Method Adds an ascending field to the existing sort. method https://mongodb.github.io/mongo-csharp-driver/2.14/apidocs/html/T_MongoDB_Driver_FindOneAndDeleteOptions_2.htm FindOneAndDeleteOptions(TDocument, TProjection) Class Options for a findAndModify command to delete an object. class https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_MongoCollectionBase_1_FindOneAndReplaceAsync__1.htm MongoCollectionBase(TDocument).FindOneAndReplaceAsync(TProjection) Method... Finds a single document and replaces it atomically. method https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_IFindFluentExtensions_SingleAsync__2.htm IFindFluentExtensions.SingleAsync(TDocument, TProjection) Method Gets a single result. method https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/T_MongoDB_Driver_FindOneAndUpdateOptions_2.htm FindOneAndUpdateOptions(TDocument, TProjection) Class Options for a findAndModify command to update an object. class