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

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