Member name | Description |
---|---|
ColumnCount property (inherited from ULCursorSchema) |
Returns the number of columns in the cursor. |
Returns the number of indexes on the table. | |
Checks whether the table is marked as never being synchronized. | |
IsOpen property (inherited from ULCursorSchema) |
Checks whether the cursor schema is currently open. |
Returns the name of the table. | |
Returns the index schema of the primary key for the table. | |
Checks whether the database uploads rows that have not changed. |
Member name | Description |
---|---|
Returns the default value of the specified column. | |
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. |
Returns the global autoincrement partition size assigned to the specified column. | |
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. |
Returns the index schema of the named index. | |
Returns the name of the index identified by the specified index ID. | |
The optimal index for searching a table using the specified column. | |
Returns the publication predicate for this table in the named publication. | |
GetSchemaTable method (inherited from ULCursorSchema) |
Returns a System.Data.DataTable that describes the column schema of the ULDataReader. |
Checks whether the specified column's default is set to autoincrement. | |
Checks whether the specified column's default is set to the current date (ULDbType.Date). | |
Checks whether the specified column's default is set to the current time (ULDbType.Time). | |
Checks whether the specified column's default is set to the current timestamp (ULDbType.TimeStamp). | |
Checks whether the specified column's default is set to global autoincrement. | |
Checks whether the specified column's default is set to a new UUID (System.Guid). | |
Checks whether the specified column is nullable. | |
Checks whether the table is contained in the named publication. |