c-treeDB API for C# - Developers Guide
CTField.SetType
Syntax
void SetType( FIELD_TYPE Type, int Length)
Parameters
- Type [in] The field type to be set to the field. Valid type values are those defined in the FIELD_TYPE enum.
- Length [in] The field length to be set to the field.
Description
Sets the field type.
Return
None.
See Also
GetType(), SetLength(), SetName()