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