ULTableSchema class

UL Ext.: Represents the schema of an UltraLite table. This class cannot be inherited.

Syntax
Visual Basic
Public NotInheritable Class ULTableSchema
  Inherits ULCursorSchema
C#
public sealed class ULTableSchema: ULCursorSchema
Remarks

There is no constructor for this class. A ULTableSchema object is attached to a table as its ULTable.Schema.

Inherits: ULCursorSchema

See also

ULTableSchema members
IndexCount property
IsNeverSynchronized property
Name property
PrimaryKey property
UploadUnchangedRows property
GetColumnDefaultValue method
GetColumnPartitionSize method
GetIndex method
GetIndexName method
GetOptimalIndex method
GetPublicationPredicate method
IsColumnAutoIncrement method
IsColumnCurrentDate method
IsColumnCurrentTime method
IsColumnCurrentTimestamp method
IsColumnGlobalAutoIncrement method
IsColumnNewUUID method
IsColumnNullable method
IsInPublication method