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. |
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). |
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. |
Member name | Description |
---|---|
Finalize method |
Releases the unmanaged resources used by the ULCursorSchema. |