UltraLite.NET architecture

The UltraLite.NET namespace is named iAnywhere.Data.UltraLite (ADO.NET interface).

The following list describes some of the more commonly-used high level classes for the iAnywhere.Data.UltraLite ADO.NET namespace:

  • ULConnection   Each ULConnection object represents a connection to an UltraLite database. You can create one or more ULConnection objects.

  • ULTable   Each ULTable object provides access to the data in a single table.

  • ULCommand object   Each ULCommand object holds a SQL statement to be executed against the database.

  • ULDataReader object   Each ULDataReader object holds the result set for a single query.

  • ULSyncParms   You use the ULSyncParms object to synchronize your UltraLite database with a MobiLink server.

For more information about the ADO.NET interface, see UltraLite.NET API reference.