ComponentOne FlexPivot for WinForms
GetQueryData Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Workspace Class : GetQueryData Method
Name of the query 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 query.
Syntax
'Declaration
 
Public Function GetQueryData( _
   ByVal queryName As System.String, _
   Optional ByVal limit As System.Integer _
) As IDataList
public IDataList GetQueryData( 
   System.string queryName,
   System.int limit
)

Parameters

queryName
Name of the query 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