Click or drag to resize
ResultFetchAll Method
Get all rows in the result set

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

Return Value

Type: ListDictionaryString, Object
The data for all rows
See Also