ULCursorSchema members

Public properties
Member name Description

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 name Description

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

GetColumnSQLName method

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

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

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.

See also