Class CsvDestination
A Csv destination defines a csv file where data from the flow is inserted.
Inheritance
System.Object
DataFlowDestination<System.Dynamic.ExpandoObject>
DataFlowStreamDestination<System.Dynamic.ExpandoObject>
CsvDestination<System.Dynamic.ExpandoObject>
CsvDestination
Implements
IDataFlowStreamDestination<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
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()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.Csv.dll
Syntax
public class CsvDestination : CsvDestination<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, IDataFlowStreamDestination
Constructors
CsvDestination()
Declaration
public CsvDestination()
CsvDestination(String)
Declaration
public CsvDestination(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |