Class TableInsertOneResult
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; }