klyn.data.QueryStream.current
property
public readonly property current as T
Description

Current row after a successful call to next().

Returns

Current result row.

Throws
  • ProviderExecutionException before the first row or after exhaustion.
Example
if rows.next():
print(rows.current)