Class Result
Represents a general statement result.
Namespace: MySqlX.XDevAPI.Common
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public class Result : BaseResult
Properties
AutoIncrementValue
Gets the last inserted identifier (if there is one) by the statement that generated this result.
Declaration
public ulong AutoIncrementValue { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
GeneratedIds
Gets the list of generated identifiers in the order of the Add() calls.
Declaration
public ReadOnlyCollection<string> GeneratedIds { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |