Summary
Use to read and manipulate existing records.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Msi - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["InstallerRecordReader"]
class Type type-node
Syntax
public class InstallerRecordReader : IDisposable
Properties
Name | Value | Summary |
---|---|---|
IsClosed | bool |
Methods
Name | Value | Summary |
---|---|---|
Close |
void | |
Commit |
void |
Commits changes to the current record.
|
DeleteCurrentRecord |
void |
Deletes the current record. Needs no Commit().
|
Dispose |
void | |
GetString |
string |
Get the string value of a field in the current record.
|
Read |
bool |
Moves to the next record
|
SetValue |
void |
Set the value of a field in the current record. Remember to Commit()
|