Provides access to data in a CSV (Character Separated Values) file.
| C# | Visual Basic | Visual C++ |
public class CsvDataConnector : FileDataConnector
Public Class CsvDataConnector _ Inherits FileDataConnector
public ref class CsvDataConnector : public FileDataConnector
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CsvDataConnector(String, String, Boolean) |
Initializes a new instance of the CsvDataConnector class.
| |
| CsvDataConnector(String, String, Boolean, CheckState) |
Initializes a new instance of the CsvDataConnector class.
| |
| CsvDataConnector(XmlNode) |
Initializes a new instance of the CsvDataConnector class.
| |
| Equals(Object) | (Inherited from Object.) | |
| FileName |
Gets or sets the name of the file.
(Inherited from FileDataConnector.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| GetXMLNode(XmlNode) |
Gets an XML node containing the definition of this connector.
(Overrides DataConnector.GetXMLNode(XmlNode).) | |
| Id |
Gets or sets the unique ID of the connector.
(Inherited from DataConnector.) | |
| IncludeFile |
Gets or sets a value specifying whether the file should be included
into the associated project.
(Overrides FileDataConnector.IncludeFile.) | |
| IsReadOnly |
Gets or sets a value indicating whether this instance is read-only.
(Inherited from DataConnector.) | |
| LastParseSeparatorChar |
Gets the separator character used when last parsing the data from the CSV file.
| |
| LoadColumns(ColumnCollection%) |
Loads the data columns from the connector.
(Inherited from DataConnector.) | |
| LoadColumnsImpl(ColumnCollection%) |
Loads the data columns from the CSV file.
(Overrides DataConnector.LoadColumnsImpl(ColumnCollection%).) | |
| LoadData(ColumnCollection%, RowCollection%) |
Loads the data from the connector.
(Inherited from DataConnector.) | |
| LoadDataImpl(ColumnCollection%, RowCollection%) |
Loads the data from the CSV file.
(Overrides FileDataConnector.LoadDataImpl(ColumnCollection%, RowCollection%).) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name of the connector.
(Inherited from DataConnector.) | |
| ResolvedFileName |
Gets the name of the resolved file that takes relative paths into account.
(Inherited from FileDataConnector.) | |
| SeparatorChar |
Gets or sets the separator character.
| |
| StoreData(ColumnCollection, RowCollection, String) |
Stores the data to the CSV file.
| |
| StoreData(ColumnCollection, RowCollection) |
Stores the data to the data source.
(Inherited from DataConnector.) | |
| StoreDataImpl(ColumnCollection, RowCollection) |
Stores the data to the CSV file.
(Overrides DataConnector.StoreDataImpl(ColumnCollection, RowCollection).) | |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithHeaders |
Gets or sets a value indicating whether the CSV file contains a header specifying column names.
|
| Object | |||
| DataConnector | |||
| FileDataConnector | |||
| CsvDataConnector | |||
