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

ToString method Next Page

ULCursorSchema class


UL Ext.: Represents the schema of an UltraLite.NET cursor.

Syntax

Visual Basic

MustInherit Public Class ULCursorSchema

C#

public abstract class ULCursorSchema

Remarks

This class is an abstract base class of the ULTableSchema class and the ULResultSetSchema class.

Note to users porting from the iAnywhere.UltraLite namespace: Column IDs are 0-based, not 1-based as they are in the iAnywhere.UltraLite namespace.

See also

ULCursorSchema members
ColumnCount property
IsOpen property
Name property
Finalize method
GetColumnID method
GetColumnName method
GetColumnPrecision method
GetColumnScale method
GetColumnSize method
GetColumnSQLName method
GetColumnULDbType method
GetSchemaTable method