Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

TableSchema class


Represents the schema of an UltraLite table.

Prototypes 

' Visual Basic
NotInheritable Public Class TableSchema
  Inherits CursorSchema

// C#
public sealed class TableSchema :
  CursorSchema

Remarks 

This class cannot be directly instantiated. A TableSchema class object is attached to a table as its Schema property property.


TableSchema members
IndexCount property
IsNeverSynchronized property
Name property
PrimaryKey property
UploadsUnchangedRows property
Finalize method
GetColumnDefaultValue method
GetColumnPartitionSize method
GetIndex method
GetIndexName method
GetOptimalIndex method
IsColumnAutoIncrement method
IsColumnCurrentDate method
IsColumnCurrentTime method
IsColumnCurrentTimestamp method
IsColumnGlobalAutoIncrement method
IsColumnNewUUID method
IsColumnNullable method
IsInPublication method

Collection Contents Previous Next PDF