Search Results for

    Show / Hide Table of Contents

    Class MongoClient.InsertResult

    The result of InsertOneAsync(TDocument) operation.

    Inheritance
    Object
    MongoClient.InsertResult
    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public class InsertResult

    Properties

    | Improve this Doc View Source

    InsertedId

    Gets the _id of the inserted document.

    Declaration
    [BsonElement("insertedId")]
    [Preserve]
    public object InsertedId { get; }
    Property Value
    Type Description
    Object

    The _id of the inserted document.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX