Represents the schema of an UltraLite table.
' Visual Basic
NotInheritable Public Class TableSchema
Inherits CursorSchema
// C#
public sealed class TableSchema :
CursorSchema
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
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.