Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.DelField

Syntax

void DelField( int FieldNumber)

void DelField( String FieldName)

Parameters

  • FieldNumber [in] Delete this field number, if the prototype DelField(int FieldNumber) is used.
  • FieldName [in] Delete this field name, if the prototype DelField(String FieldName) is used.

Description

Deletes a field from the table.

Return

None.

See Also

AddField(), CTDatabase.DeleteTable(), InsertField()

TOCIndex