UltraLite.NET API reference

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 the RuntimeType property to the appropriate value before using any other UltraLite.NET API. See ULDatabaseManager.RuntimeType property [UltraLite.NET].

Applications must open a connection to perform operations on a database. Connections are opened using the ULConnection class [UltraLite.NET].

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:

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.

 Namespace

ULActiveSyncListener interface
ULBulkCopy class
ULBulkCopyColumnMapping class
ULBulkCopyColumnMappingCollection class
ULCommand class
ULCommandBuilder class
ULConnection class
ULConnectionParms class
ULConnectionStringBuilder class
ULCreateParms class
ULCursorSchema class
ULDataAdapter class
ULDatabaseManager class
ULDatabaseSchema class
ULDataReader class
ULException class
ULFactory class
ULFileTransfer class
ULFileTransferProgressData class
ULFileTransferProgressListener interface
ULIndexSchema class
ULInfoMessageEventArgs class
ULMetaDataCollectionNames class
ULParameter class
ULParameterCollection class
ULResultSet class
ULResultSetSchema class
ULRowsCopiedEventArgs class
ULRowUpdatedEventArgs class
ULRowUpdatingEventArgs class
ULServerSyncListener interface
ULSqlProgressData class
ULSyncParms class
ULSyncProgressData class
ULSyncProgressListener interface
ULSyncResult class
ULTable class
ULTableSchema class
ULTransaction class
ULInfoMessageEventHandler delegate
ULRowUpdatedEventHandler delegate
ULRowUpdatingEventHandler delegate
ULRowsCopiedEventHandler delegate
ULSyncProgressedDlg delegate
ULAuthStatusCode enumeration
ULBulkCopyOptions enumeration
ULDBValid enumeration
ULDateOrder enumeration
ULDbType enumeration
ULRuntimeType enumeration
ULSqlProgressState enumeration
ULStreamType enumeration
ULSyncProgressState enumeration