Collection Contents Index Rollback method Next PDF

UltraLiteŽ - .NET Programming
iAnywhere.Data.UltraLite namespace (.NET 2.0)


This chapter describes the API for the UltraLite .NET Data Provider for .NET Framework 2.0 and .NET Compact Framework 2.0.

UltraLite.NET extensions that are not available in the SQL Anywhere 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.

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: [external link] CultureInfo.CurrentUICulture, then [external link] CultureInfo.CurrentCulture, and finally culture "EN".

Many of the properties and methods in this chapter are very similar to the .NET Framework Data Provider for OLE DB (System.Data.OleDb). You can find more information and examples in the Microsoft .NET Framework documentation.


ULActiveSyncListener interface
ULAuthStatusCode enumeration
ULBulkCopy class
ULBulkCopyColumnMapping class
ULBulkCopyColumnMappingCollection class
ULBulkCopyOptions enumeration
ULCommand class
ULCommandBuilder class
ULConnection class
ULConnectionParms class
ULConnectionParms.UnusedEventHandler delegate
ULConnectionStringBuilder class
ULCreateParms class
ULCursorSchema class
ULDataAdapter class
ULDatabaseManager class
ULDatabaseSchema class
ULDataReader class
ULDateOrder enumeration
ULDbType enumeration
ULException class
ULFactory class
ULFileTransfer class
ULFileTransferProgressData class
ULFileTransferProgressListener interface
ULIndexSchema class
ULInfoMessageEventArgs class
ULInfoMessageEventHandler delegate
ULMetaDataCollectionNames class
ULParameter class
ULParameterCollection class
ULPublicationSchema class
ULResultSet class
ULResultSetSchema class
ULRowsCopiedEventArgs class
ULRowsCopiedEventHandler delegate
ULRowUpdatedEventArgs class
ULRowUpdatedEventHandler delegate
ULRowUpdatingEventArgs class
ULRowUpdatingEventHandler delegate
ULRuntimeType 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

Collection Contents Index Rollback method Next PDF