The CSVDataSet type exposes the following members.

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.

See Also