DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoCommand Class / GetFullDataMagento Method

In This Topic
    GetFullDataMagento Method
    In This Topic
    Get full data for Magento.
    Syntax
    'Declaration
     
    Public Function GetFullDataMagento( _
       ByVal selectStmt As SelectStatement, _
       ByVal token As CancellationToken _
    ) As Task(Of SourceTable)
    public Task<SourceTable> GetFullDataMagento( 
       SelectStatement selectStmt,
       CancellationToken token
    )

    Parameters

    selectStmt
    token

    Return Value

    returns a source table
    See Also