iAnywhere.Data.UltraLite namespace
UL Ext.: Represents the schema of an UltraLite.NET cursor.
' Visual Basic
MustInherit Public Class ULCursorSchema
// C#
public abstract class ULCursorSchema
This class is an abstract base class of the ULTableSchema class and ULResultSetSchema class classes.
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.
ULCursorSchema members
ColumnCount property
IsOpen property
Name property
Finalize method
GetColumnID method
GetColumnName method
GetColumnPrecision method
GetColumnScale method
GetColumnSize method
GetColumnULDbType method
GetSchemaTable method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.