Miado - Much-improved ADO.Net
Return a DataTable representing the first table of a DataSet populated from the result set of a given query

Namespace:  Miado
Assembly:  Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)

Syntax

C#
DataTable QueryForDataTable()
Visual Basic (Declaration)
Function QueryForDataTable As DataTable
Visual C++
DataTable^ QueryForDataTable()

Return Value

a populated DataTable

See Also