Class DocResult<T>
Represents the result of an operation that includes a collection of documents.
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.1.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