Member name | Description |
---|---|
ColumnCount property (inherited from ULCursorSchema) |
Returns the number of columns in the cursor. |
IsOpen property (inherited from ULCursorSchema) |
Checks whether the cursor schema is currently open. |
Returns the name of the cursor. |
Member name | Description |
---|---|
GetColumnID method (inherited from ULCursorSchema) |
Returns the column ID of the named column. |
GetColumnName method (inherited from ULCursorSchema) |
Returns the name of the column identified by the specified column ID. |
GetColumnPrecision method (inherited from ULCursorSchema) |
Returns the precision of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). |
GetColumnSQLName method (inherited from ULCursorSchema) |
Returns the name of the column identified by the specified column ID. |
GetColumnScale method (inherited from ULCursorSchema) |
Returns the scale of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). |
GetColumnSize method (inherited from ULCursorSchema) |
Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR). |
GetColumnULDbType method (inherited from ULCursorSchema) |
Returns the UltraLite.NET data type of the column identified by the specified column ID. |
GetSchemaTable method (inherited from ULCursorSchema) |
Returns a System.Data.DataTable that describes the column schema of the ULDataReader. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |