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

Rearranges the dataset to make it suitable for display and reporting

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

Syntax

C#
public static void RearrangeSelectSet(
	ref DataSet ds,
	bool isEmpty
)
Visual Basic (Declaration)
Public Shared Sub RearrangeSelectSet ( _
	ByRef ds As DataSet, _
	isEmpty As Boolean _
)
Visual C++
public:
static void RearrangeSelectSet(
	DataSet^% ds, 
	bool isEmpty
)

Parameters

ds
Type: System.Data..::.DataSet%
The dataset that is returned from the database
isEmpty
Type: System..::.Boolean
means that the data table is not present and is empty

See Also