类 MongoClient.InsertResult
命名空间: Realm 。 Sync
程序集:Realm.dll
语法
public class MongoClient.InsertResult
属性
| 编辑本页 查看源代码InsertedId
获取插入文档的_id
。
声明
[BsonElement("insertedId")]
[Preserve]
public object InsertedId { get; }
属性值
类型 | 说明 |
---|---|
对象 | 已插入文档的 |