DataEngine for .NET Standard | ComponentOne
C1.DataEngine 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.

In This Topic
    GetQueryData Method
    In This Topic
    Gets size and enumerator for all data rows in a query.
    Syntax
    'Declaration
     
    Public Function GetQueryData( _
       ByVal queryName As String, _
       Optional ByVal limit As Integer _
    ) As IDataList
    public IDataList GetQueryData( 
       string queryName,
       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