Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULDataAdapter class


Represents a set of commands and a database connection used to fill a [external link] DataSet and to update a database.

Prototypes 

' Visual Basic
NotInheritable Public Class ULDataAdapter
  Implements IDbDataAdapter, IDataAdapter, IDisposable

// C#
public sealed class ULDataAdapter :
  IDbDataAdapter, IDataAdapter,
  IDisposable

Remarks 

The [external link] DataSet provides a way to work with data offline; that is, away from your UltraLite database. The ULDataAdapter provides methods to associate a [external link] DataSet with a set of SQL statements.

Since UltraLite is a local database and MobiLink has conflict resolution, the use of the ULDataAdapter is limitted. For most purposes, the ULDataReader class or ULTable class classes provide more efficient access to data.

Inherits: [external link] DbDataAdapter

Implements: [external link] IDbDataAdapter, [external link] IDataAdapter, [external link] 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
Dispose method
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

Collection Contents Previous Next PDF