Interface IDataDefinitionFactory
A factory that creates a Workspace.XBR.Xperiflow.Etl.DataDefinition based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.
Namespace: Workspace.XBR.Xperiflow.Etl
Assembly: Xperiflow.dll
Declaration
public interface IDataDefinitionFactory
Methods
Create(IConnectionContext, IDataContainerContext, char)
Creates a new instance of a Workspace.XBR.Xperiflow.Etl.DataDefinition based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.
Declaration
DataDefinition Create(IConnectionContext connectionContext, IDataContainerContext dataContainerContext, char delimiter = ',')
Returns
Workspace.XBR.Xperiflow.Etl.DataDefinition
A new instance of a Workspace.XBR.Xperiflow.Etl.DataDefinition based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext and Workspace.XBR.Xperiflow.Etl.IDataContainerContext.
Parameters
| Type | Name | Description |
|---|---|---|
| Workspace.XBR.Xperiflow.Etl.IConnectionContext | connectionContext | The connection context that is used to create the Workspace.XBR.Xperiflow.Etl.DataDefinition. |
| Workspace.XBR.Xperiflow.Etl.IDataContainerContext | dataContainerContext | The data container context that is used to create the Workspace.XBR.Xperiflow.Etl.DataDefinition. |
System.Char | delimiter | The delimiter for the data. |