Search Results for

    Show / Hide Table of Contents

    Class Result

    Represents a general statement result.

    Inheritance
    System.Object
    BaseResult
    Result
    Namespace: MySqlX.XDevAPI.Common
    Assembly: MySql.Data.dll
    Version: 9.3.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>
    In This Article
    • Properties
      • AutoIncrementValue
      • GeneratedIds
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.