The CTable type exposes the following members.

Methods

  NameDescription
Public methodAutoIncrementColumn
Set column to generate a unique number upon insert
Public methodClear
Clear previous table criteria and results
Public methodColumn(String, eDataType)
Create a column of type eDataType
Public methodColumn(String, eDataType, Boolean)
Create a column of type eDataType and flagged if required
Public methodColumn(String, eDataType, Int32)
Create a column of that requires a length
Public methodColumn(String, eDataType, Boolean, Object)
Create a column of type eDataType with a default value and flagged if required
Public methodColumn(String, eDataType, Boolean, Int32, Object)
Create a column of type eDataType with a default value, flagged if required, and a length requirement
Public methodCreate
Create a new table
Public methodDelete
Delete (DROP) table from database
Public methodExists
Check if Table name is already in database
Public methodGetColumnInfo
Retrieve information about columns within table
Public methodPrimaryColumn
Set a list of columns as primary keys that uniquely identifies the record

Can be called multiple times

See Also