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 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.
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