MongoClient.InsertResult 클래스
InsertOneAsync(TDocument) 작업의 결과입니다.
네임스페이스: Realms.동기화
어셈블리: Realm.exe
구문
public class MongoClient.InsertResult
속성
| 이 페이지 편집 소스 보기InsertedId
삽입된 문서 의 _id
을(를) 가져옵니다.
선언
[BsonElement("insertedId")]
[Preserve]
public object InsertedId { get; }
속성 값
유형 | 설명 |
---|---|
객체 | 삽입된 문서 의 |