クラス MongoClient.InsertResult
名前空間: Realm 。同期
組み立て: Realm.dll
構文
public class MongoClient.InsertResult
プロパティ
| このページを編集 ソースを表示InsertedId
挿入されたドキュメントの_id
を取得します。
宣言
[BsonElement("insertedId")]
[Preserve]
public object InsertedId { get; }
プロパティ値
タイプ | 説明 |
---|---|
オブジェクト | 挿入されたドキュメントの |