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(
	FilterConditions filters,
	bool recreate
)
Visual Basic (Declaration)
Public Sub Fill ( _
	filters As FilterConditions, _
	recreate As Boolean _
)

Parameters

filters
Type: FilterConditions
Filter conditions restricting the fetched rows of some 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