The CSVDataSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CloseConnection |
Closes the connection to the database or, if the source is a file, closes the file. Ignored if connection is not open.
|
![]() | CommitTransaction |
Ends a transaction by committing all changes.
|
![]() | CreateTable |
Creates a new table in the database or a new file containing the fields in the Fields property.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OpenConnection |
Opens the connection to the database or, if the source is a file, opens the file. Ignored if connection is already open.
|
![]() | RollbackTransaction |
Ends a transaction by reverting all changes.
|
![]() | StartTransaction |
Begins a transaction. Transactions must be ended by calling either CommitTransaction()()()() or RollbackTransaction()()()() |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | WriteRecord |
Writes a single record to the database.
|