The iAnywhere.Data.UltraLite namespace contains the classes, interfaces, and enumerations of the UltraLite.NET Data Provider for ADO.NET.
UltraLite.NET allows you to write C# or Visual Basic .NET code to develop UltraLite database applications using the ADO.NET standard and provides a migration path to Adaptive Server Anywhere. If you are undecided as to whether to use UltraLite or Adaptive Server Anywhere, start with the iAnywhere.Data.UltraLite namespace and switch to Adaptive Server Anywhere (iAnywhere.Data.AsaClient namespace) if you determine that more advanced Adaptive Server Anywhere features are required. If you may be moving to Adaptive Server Anywhere, avoid as much as possible the few UltraLite-only extensions that are in the iAnywhere.Data.UltraLite namespace.
UltraLite.NET extensions that are not available in Adaptive Server Anywhere's Data Provider for ADO.NET are denoted in this API reference with "UL Ext.:".
To use the UltraLite Engine runtime of UltraLite.NET, set RuntimeType property to the appropriate value prior to using any other UltraLite.NET API.
Applications must open a connection to perform operations on a database. Connections are opened using the ULConnection class class.
The iAnywhere.Data.UltraLite assembly uses a satellite resource assembly
called iAnywhere.Data.UltraLite.resources. The main assembly searches
for this resource assembly by culture, using the following order:
System.Globalization.CultureInfo.CurrentUICulture, then
System.Globalization.CultureInfo.CurrentCulture,
and finally culture "EN".
ULActiveSyncListener interface
ULAuthStatusCode enumeration
ULCommand class
ULConnection class
ULConnectionParms class
ULConnectionParms.UnusedEventHandler delegate
ULCursorSchema class
ULDataAdapter class
ULDatabaseManager class
ULDatabaseSchema class
ULDataReader class
ULDbType enumeration
ULException class
ULIndexSchema class
ULInfoMessageEventArgs class
ULInfoMessageEventHandler delegate
ULParameter class
ULParameterCollection class
ULPublicationSchema class
ULResultSetSchema class
ULRowUpdatedEventArgs class
ULRowUpdatedEventHandler delegate
ULRowUpdatingEventArgs class
ULRowUpdatingEventHandler delegate
ULRuntimeType enumeration
ULSchemaUpgradeData class
ULSchemaUpgradeListener interface
ULSchemaUpgradeState enumeration
ULServerSyncListener interface
ULSQLCode enumeration
ULStreamErrorCode enumeration
ULStreamErrorContext enumeration
ULStreamErrorID enumeration
ULStreamType enumeration
ULSyncParms class
ULSyncProgressData class
ULSyncProgressListener interface
ULSyncProgressState enumeration
ULSyncResult class
ULTable class
ULTableSchema class
ULTransaction class
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.