ComponentOne FlexPivot for WinForms
GetTableData Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Workspace Class : GetTableData Method
Name of the table to get data from.
Maximum rows to return. If 0 (default value) all rows will be returned.
Gets size and enumerator for all data rows in a table.
Syntax
'Declaration
 
Public Function GetTableData( _
   ByVal tableName As System.String, _
   Optional ByVal limit As System.Integer _
) As IDataList
public IDataList GetTableData( 
   System.string tableName,
   System.int limit
)

Parameters

tableName
Name of the table to get data from.
limit
Maximum rows to return. If 0 (default value) all rows will be returned.
See Also

Reference

Workspace Class
Workspace Members