Skip to main content

Class TabularLoaderFactory

A concrete implementation of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularLoaderFactory that creates instances of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularLoader to load tabular data.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public class TabularLoaderFactory : ITabularLoaderFactory

Implements: Workspace.XBR.Xperiflow.Etl.Tabular.ITabularLoaderFactory

Methods

CreateTabularLoader(IConnectionContext, IDataContainerContext, IDataFormat)

Creates an Workspace.XBR.Xperiflow.Etl.Tabular.ITabularLoader based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext, Workspace.XBR.Xperiflow.Etl.IDataContainerContext, and Workspace.XBR.Xperiflow.Etl.IDataFormat.

Declaration
public ITabularLoader CreateTabularLoader(IConnectionContext connectionContext, IDataContainerContext dataContainerContext, IDataFormat dataFormat)
Returns

Workspace.XBR.Xperiflow.Etl.Tabular.ITabularLoader

A concrete implementation of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularLoader object to write tabular data to a destination

Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.Etl.IConnectionContextconnectionContextThe [Workspace.XBR.Xperiflow.Etl.IConnectionContext](../Xperiflow.Etl/IConnectionContext.md) object
Workspace.XBR.Xperiflow.Etl.IDataContainerContextdataContainerContextThe [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md) object
Workspace.XBR.Xperiflow.Etl.IDataFormatdataFormatThe [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md) object

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?