Fills the data set with data fetching it from the database.

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

Syntax

C#
public void Fill(
	FilterCondition filter,
	bool recreate
)
Visual Basic (Declaration)
Public Sub Fill ( _
	filter As FilterCondition, _
	recreate As Boolean _
)

Parameters

filter
Type: FilterCondition
Filter condition restricting the fetched rows of one of the data set table views.
recreate
Type: System..::..Boolean
Set this parameter to True if data set schema has changed since the last time the data set was filled.

See Also