Table of Contents

Class TableInsertOneResult

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Represents the result of inserting a single row into a table.

public class TableInsertOneResult
Inheritance
TableInsertOneResult
Inherited Members

Properties

InsertedIdTuple

The Id of the inserted row

public List<object> InsertedIdTuple { get; set; }

Property Value

List<object>