Class Iterator
Defines elements that allow to iterate through the contents of various items.
Inheritance
System.Object
Iterator
Namespace: MySqlX.XDevAPI
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public class Iterator
Constructors
Iterator()
Initializes a new instance of the Iterator class.
Declaration
public Iterator()
Methods
Open(String)
This method is not yet implemented.
Declaration
public Iterator Open(string p)
Parameters
Type | Name | Description |
---|---|---|
System.String | p |
Returns
Type | Description |
---|---|
Iterator |
Exceptions
Type | Condition |
---|---|
System.NotImplementedException | Exception is always thrown since the body of the method is not yet implemented. |