Represents data adapter between database and RecordSet models.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The IRecordSetAdapter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Select |
Returns all query results as RecordSet.
| |
SelectAsync |
Asynchronously returns all query results as RecordSet.
| |
Update |
Commits RecordSet changes to the database.
| |
UpdateAsync |
An asynchronous version of Update(String, RecordSet) |
See Also