Class RowResult
Inherits from InternalRowResult. Creates a resultset that contains rows of data.
Implements
System.Collections.Generic.IEnumerable<Row>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<Row>
System.Collections.IEnumerator
System.IDisposable
Namespace: MySqlX.XDevAPI.Relational
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public sealed class RowResult : InternalRowResult, IEnumerable<Row>, IEnumerable, IEnumerator<Row>, IEnumerator, IDisposable
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable