Class OneStreamSqlTabularExtractor
A concrete implementation of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor that extracts tabular data from a OneStream SQL database.
Namespace: Workspace.XBR.Xperiflow.Etl.Tabular
Assembly: Xperiflow.dll
Declaration
public class OneStreamSqlTabularExtractor : ITabularExtractor, IExtractor<IDataReader>
Implements:
Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor, Workspace.XBR.Xperiflow.Etl.IExtractor<System.Data.IDataReader>
Methods
Extract()
Extracts an IDataReader
from the OneStream SQL database using the OneStreamSqlConnectionContext
Declaration
public IDataReader Extract()
Returns
System.Data.IDataReader
An IDataReader
object
Implements
- Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor
Workspace.XBR.Xperiflow.Etl.IExtractor<System.Data.IDataReader>
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