Represents a set of commands and a database connection used to fill a System.Data.DataSet and to update a database.
Visual Basic
NotInheritable Public Class ULDataAdapter
Inherits Component
C#
public sealed class ULDataAdapter :
Component
The System.Data.DataSet provides a way to work with data offline; that is, away from your UltraLite database. The ULDataAdapter provides methods to associate a System.Data.DataSet with a set of SQL statements.
Since UltraLite is a local database and MobiLink has conflict resolution, the use of the ULDataAdapter is limited. For most purposes, the ULDataReader or the ULTable provide more efficient access to data.
Implements: System.Data.IDbDataAdapter, System.Data.IDataAdapter, System.IDisposable
ULDataAdapter members
ULDataAdapter constructor
ULDataAdapter constructor
ULDataAdapter constructor
ULDataAdapter constructor
AcceptChangesDuringFill property
ContinueUpdateOnError property
DeleteCommand property
InsertCommand property
MissingMappingAction property
MissingSchemaAction property
SelectCommand property
TableMappings property
UpdateCommand property
Fill method
Fill method
Fill method
Fill method
FillSchema method
FillSchema method
FillSchema method
GetFillParameters method
Update method
Update method
Update method
Update method
FillError event
RowUpdated event
RowUpdating event