The CSVDataSet type exposes the following members.

Constructors

  NameDescription
Public methodCSVDataSet(String)
Creates a new instance of the CSVDataSet class.
Public methodCSVDataSet(String, Char)
Creates a new instance of the CSVDataSet class.
Public methodCSVDataSet(String, IEnumerable<(Of <<'(DBColumn>)>>))
Creates a new instance of the CSVDataSet class representing a file that does not yet exist.
Public methodCSVDataSet(String, IEnumerable<(Of <<'(DBColumn>)>>), Char)
Creates a new instance of the CSVDataSet class representing a file that does not yet exist.

Methods

  NameDescription
Public methodCloseConnection
Closes the connection to the database or, if the source is a file, closes the file. Ignored if connection is not open.
Public methodCommitTransaction
Ends a transaction by committing all changes.
Public methodCreateTable
Creates a new table in the database or a new file containing the fields in the Fields property.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenConnection
Opens the connection to the database or, if the source is a file, opens the file. Ignored if connection is already open.
Public methodRollbackTransaction
Ends a transaction by reverting all changes.
Public methodStartTransaction
Begins a transaction. Transactions must be ended by calling either CommitTransaction()()()() or RollbackTransaction()()()()
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteRecord
Writes a single record to the database.

Properties

  NameDescription
Public propertyConnectionState
The state of the connection to the database or the source file.
Public propertyDelimiter
Public propertyFields
The columns in the data source.
Public propertyTableName
The database table or file path where the data resides.

See Also