Skip to main content

ReadTableNode

Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Nodes.Extract.DataServices

Node to read data from a table in SAP using Data Services

public class ReadTableNode : IPipelineNode

Inheritance ObjectReadTableNode
Implements IPipelineNode

Constructors

ReadTableNode(NodeDelegate, ISapService)

Initializes a new instance of the ReadTableNode class.

public ReadTableNode(NodeDelegate next, ISapService sapService)

Parameters

next NodeDelegate
The next node delegate in the pipeline.

sapService ISapService
The SAP service instance.

Methods

ProcessObjectAsync(IDataContext, INodeContext)

public Task ProcessObjectAsync(IDataContext dataContext, INodeContext nodeContext)

Parameters

dataContext IDataContext

nodeContext INodeContext

Returns

Task