Click or drag to resize

RowSetGetRows Method

For backward compatibility: It is possible to iterate using the RowSet as it is enumerable.

Obsolete: Note that it will be removed in future versions

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IEnumerable<Row> GetRows()

Return Value

Type: IEnumerableRow
See Also