Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULTableSchema class


UL Ext.: Represents the schema of an UltraLite table.

Prototypes 

' Visual Basic
NotInheritable Public Class ULTableSchema
  Inherits ULCursorSchema

// C#
public sealed class ULTableSchema :
  ULCursorSchema

Remarks 

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


ULTableSchema members
IndexCount property
IsNeverSynchronized property
Name property
PrimaryKey property
UploadUnchangedRows 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