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 » ULCursorSchema class

ULCursorSchema class Next Page

ULCursorSchema members


Public properties
Member nameDescription
ColumnCount property

Returns the number of columns in the cursor.

IsOpen property

Checks whether the cursor schema is currently open.

Name property

Returns the name of the cursor.

Public methods
Member nameDescription
GetColumnID method

Returns the column ID of the named column.

GetColumnName method

Returns the name of the column identified by the specified column ID.

GetColumnPrecision method

Returns the precision of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC).

GetColumnScale method

Returns the scale of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC).

GetColumnSize method

Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR).

GetColumnSQLName method

Returns the name of the column identified by the specified column ID.

GetColumnULDbType method

Returns the UltraLite.NET data type of the column identified by the specified column ID.

GetSchemaTable method

Returns a System.Data.DataTable that describes the column schema of the ULDataReader.

Protected methods
Member nameDescription
Finalize method

Releases the unmanaged resources used by the ULCursorSchema.