Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULTable class

ULTable members Next Page

Schema property


Holds the table schema. This property is only valid while its connection is open.

Syntax

Visual Basic

Public Readonly Property Schema As ULTableSchema

C#

public ULTableSchema Schema {get;}

Property value

The ULTableSchema object representing the table schema.

Remarks

This property represents the complete schema of the table, including UltraLite.NET extended information which is not represented in the results from ULDataReader.GetSchemaTable.

See also