Fills a table view with rows pointing to table rows.
Namespace:
C1.Web.DataAssembly: C1.Web.Data.2 (in C1.Web.Data.2.dll)
Syntax
C# |
---|
public void SetTableViewRows( string tableViewName, ICollection tableRows, string fillSort ) |
Visual Basic (Declaration) |
---|
Public Sub SetTableViewRows ( _ tableViewName As String, _ tableRows As ICollection, _ fillSort As String _ ) |
Parameters
- tableViewName
- Type: System..::..String
The name of the table view to fill with rows.
- tableRows
- Type: System.Collections..::..ICollection
The list of pointers to table rows.
- fillSort
- Type: System..::..String
Optional sort to apply to the table view row collection.