Search Results for

    Show / Hide Table of Contents

    Class DocResult<T>

    Represents the result of an operation that includes a collection of documents.

    Inheritance
    System.Object
    BaseResult
    BufferingResult<T>
    DocResult<T>
    Implements
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    Namespace: MySqlX.XDevAPI.CRUD
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public class DocResult<T> : BufferingResult<T>, IEnumerable<T>, IEnumerable, IEnumerator<T>, IEnumerator, IDisposable
    Type Parameters
    Name Description
    T

    Methods

    ReadItem(Boolean)

    Declaration
    protected override T ReadItem(bool dumping)
    Parameters
    Type Name Description
    System.Boolean dumping
    Returns
    Type Description
    T
    Overrides
    MySqlX.XDevAPI.Common.BufferingResult<T>.ReadItem(System.Boolean)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    In This Article
    • Methods
      • ReadItem(Boolean)
    • Implements
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.