Search Results for

    Show / Hide Table of Contents

    Class Result

    Represents a general statement result.

    Inheritance
    Object
    BaseResult
    Result
    Namespace: MySqlX.XDevAPI.Common
    Assembly: MySql.Data.dll
    Version: 8.2.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
    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
    ReadOnlyCollection<String>
    In This Article
    Back to top Copyright © 2021, 2023, Oracle and/or its affiliates.