Click or drag to resize

DataRowGetEnumerator Method

Gets the enumeratur that iterates through all elements of this row.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerator<AltaxoVariant> GetEnumerator()

Return Value

IEnumeratorAltaxoVariant
Enumeratur.

Implements

IEnumerableTGetEnumerator
See Also