Collection Contents Previous Next PDF

UltraLite.NET User's Guide

Understanding UltraLite.NET Development

Accessing schema information


The objects in the API represent tables, columns, indexes, and synchronization publications. Each object has a Schema property that provides access to information about the structure of that object.

You cannot modify the schema through the API. You can only retrieve information about the schema.

For information about modifying the schema, see Upgrading your database schema.

You can access the following schema objects and information.

For more information, see ULTableSchema class (iAnywhere.Data.UltraLite namespace) or TableSchema class (iAnywhere.UltraLite namespace).


Collection Contents Previous Next PDF