Click or drag to resize
ResultFetch Method
Get the next row in a result set

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public virtual Dictionary<string, Object> Fetch()

Return Value

Type: DictionaryString, Object
Next row
See Also