The IDataSet 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.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetEnumerator()()()() | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <(<'IDictionary<(Of <(<'DBColumn, Object>)>)>>)>)>.) |
![]() | GetEnumerator()()()() | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | 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()()()() |
![]() | WriteRecord |
Writes a single record to the database.
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectionState |
The state of the connection to the database or the source file.
|
![]() | Fields |
The columns in the data source.
|
![]() | TableName |
The database table or file path where the data resides.
|