Returns the list of all potential table view rows, pointers to all existing table rows.

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

Syntax

C#
public ArrayList GetDefaultTableViewRows(
	string tableViewName
)
Visual Basic (Declaration)
Public Function GetDefaultTableViewRows ( _
	tableViewName As String _
) As ArrayList

Parameters

tableViewName
Type: System..::..String
The name of the table view for which to return the list of potential rows.

See Also