Fills the data set with data fetching it from the database.
Namespace:
C1.Web.DataAssembly: C1.Web.Data.2 (in C1.Web.Data.2.dll)
Syntax
C# |
---|
public void Fill( string[] tableViewNames ) |
Visual Basic (Declaration) |
---|
Public Sub Fill ( _ tableViewNames As String() _ ) |
Parameters
- tableViewNames
- Type: array<System..::..String>[]()[][]
Array of names specifying table views to be filled with data. Other table views are not changed.