iAnywhere.Data.UltraLite namespace
Represents a set of commands and a database connection used to fill a
DataSet and to update a database.
' Visual Basic
NotInheritable Public Class ULDataAdapter
Implements IDbDataAdapter, IDataAdapter, IDisposable
// C#
public sealed class ULDataAdapter :
IDbDataAdapter, IDataAdapter,
IDisposable
The
DataSet provides a way to work with data offline; that is, away from your UltraLite database. The ULDataAdapter provides methods to associate a
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:
DbDataAdapter
Implements:
IDbDataAdapter,
IDataAdapter,
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
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.