The CTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AutoIncrementColumn |
Set column to generate a unique number upon insert
|
![]() | Clear |
Clear previous table criteria and results
|
![]() | Column(String, eDataType) |
Create a column of type eDataType
|
![]() | Column(String, eDataType, Boolean) |
Create a column of type eDataType and flagged if required
|
![]() | Column(String, eDataType, Int32) |
Create a column of that requires a length
|
![]() | Column(String, eDataType, Boolean, Object) |
Create a column of type eDataType with a default value and flagged if required
|
![]() | Column(String, eDataType, Boolean, Int32, Object) |
Create a column of type eDataType with a default value, flagged if required, and a length requirement
|
![]() | Create |
Create a new table
|
![]() | Delete |
Delete (DROP) table from database
|
![]() | Exists |
Check if Table name is already in database
|
![]() | GetColumnInfo |
Retrieve information about columns within table
|
![]() | PrimaryColumn |
Set a list of columns as primary keys that uniquely identifies the record
Can be called multiple times |