Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace


About this chapter 

The iAnywhere.UltraLite namespace is deprecated in release 9.0.2, and will not be available in the next major release of SQL Anywhere. See @olink targetdoc="uldotnet" targetptr="ianywhere-data-ultralite"@iAnywhere.Data.UltraLite namespace@/olink@ for more information.

The iAnywhere.UltraLite namespace contains UltraLite.NET classes, interfaces, and enumerations that allow you to write C# or Visual Basic .NET code for applications that use UltraLite databases.

This API Reference for UltraLite.NET provides a complete reference of the features supported. Each topic contains information about a specific class, interface, or enumeration.

Application programs must first instantiate an instance of DatabaseManager class before using any other UltraLite.NET class.

The iAnywhere.UltraLite assembly uses a satellite resource assembly called iAnywhere.UltraLite.resources. The main assembly searches for this resource assembly by culture, using the following order: [external link] System.Globalization.CultureInfo.CurrentUICulture, then [external link] System.Globalization.CultureInfo.CurrentCulture, and finally culture "EN".


ActiveSyncListener interface
AuthStatusCode enumeration
Connection class
ConnectionParms class
CreateParms class
Cursor class
CursorSchema class
DatabaseManager class
DatabaseNameParms class
DatabaseNameParms.UnusedEventHandler delegate
DatabaseSchema class
IndexSchema class
PreparedStatement class
PublicationSchema class
ResultSet class
ResultSetSchema class
RuntimeType enumeration
SchemaParms class
SchemaUpgradeData class
SchemaUpgradeListener interface
SchemaUpgradeState enumeration
ServerSyncListener interface
SQLCode enumeration
SQLException class
SQLType enumeration
StreamErrorCode enumeration
StreamErrorContext enumeration
StreamErrorID enumeration
StreamType enumeration
SyncParms class
SyncProgressData class
SyncProgressDialog class
SyncProgressListener interface
SyncProgressState enumeration
SyncResult class
Table class
TableSchema class

Collection Contents Previous Next PDF