Member name | Description |
---|---|
Returns the number of columns in the cursor. | |
Checks whether the cursor schema is currently open. | |
Returns the name of the cursor. |
Member 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 (SQL type NUMERIC). | |
Returns the name of the column identified by the specified column ID. | |
Returns the scale of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC). | |
Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR). | |
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. |