UL Ext: Represents the schema of an UltraLite.NET cursor.
Visual Basic syntaxPublic MustInherit Class ULCursorSchema
C# syntaxpublic abstract class ULCursorSchema
Derived classes
MembersAll members of ULCursorSchema class, including all inherited members.
| Name | Description |
|---|---|
| Returns the column ID of the named column. | |
| Returns the name of the column identified by the specified column ID. | |
| Returns the precision of the column identified by the specified column ID if the column is a numeric column (the NUMERIC SQL type). | |
| Returns the scale of the column identified by the specified column ID if the column is a numeric column (the NUMERIC SQL type). | |
| Returns the size of the column identified by the specified column ID if the column is a sized column (the BINARY or CHAR SQL types). | |
| Returns the name of the column identified by the specified column ID. | |
| Returns the UltraLite.NET data type of the column identified by the specified column ID. | |
| Returns a System.Data.DataTable that describes the column schema of the ULDataReader object. | |
| Returns the number of columns in the cursor. | |
| Checks whether the cursor schema is currently open. | |
| Returns the name of the cursor. |
RemarksThis class is an abstract base class of the ULTableSchema class and the ULResultSetSchema class.
For users porting from the iAnywhere.UltraLite namespace, Column IDs are 0-based, not 1-based as they are in the iAnywhere.UltraLite namespace.
See alsoGetColumnID method
GetColumnName method
GetColumnPrecision method
GetColumnScale method
GetColumnSize method
GetColumnSQLName method
GetColumnULDbType method
GetSchemaTable method
ColumnCount property
IsOpen property
Name property
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
