Collection Contents Index UpdateBegin method Next PDF

UltraLiteŽ - .NET Programming
  iAnywhere.Data.UltraLite namespace (.NET 2.0)
ULTableSchema class


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

Prototypes

Visual Basic
Public NotInheritable Class ULTableSchema
Inherits ULCursorSchema

C#
public sealed class ULTableSchema : ULCursorSchema

Remarks

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

Inherits: ULCursorSchema class

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

Collection Contents Index UpdateBegin method Next PDF