[This is preliminary documentation and is subject to change.]

Refreshes the dataset

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static DataTable RefreshDataSet(
	DataSet ds
)
Visual Basic (Declaration)
Public Shared Function RefreshDataSet ( _
	ds As DataSet _
) As DataTable
Visual C++
public:
static DataTable^ RefreshDataSet(
	DataSet^ ds
)

Parameters

ds
Type: System.Data..::.DataSet
The meta dataset to be refreshed

Return Value

The table of the refreshed data

See Also