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,
	string[] tableViewNames
)
Visual Basic (Declaration)
Public Sub Fill ( _
	filters As FilterConditions, _
	tableViewNames As String() _
)

Parameters

filters
Type: FilterConditions
Filter conditions restricting the fetched rows of some of the data set table views.
tableViewNames
Type: array<System..::..String>[]()[][]
Array of names specifying table views to be filled with data. Other table views are not changed.

See Also