Merges the parameter data set containing only simple table data into this (caller) data set.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
public void Merge(
	C1DataSet dataSet
)
Visual Basic (Declaration)
Public Sub Merge ( _
	dataSet As C1DataSet _
)

Parameters

dataSet
Type: C1.Data..::..C1DataSet
The dataSet that will be merged into the calling data set.

See Also