Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.SetFieldAsBool

Note: All GetFieldAs... and SetFieldAs... methods are considered obsolete. The suggested replacements are GetFieldValue and SetFieldValue.

Syntax

void SetFieldAsBool(int FieldNumber, bool value)

void SetFieldAsBool(String FieldName, bool value)

Parameters

  • FieldNumber [in] The field number.
  • value [in] The boolean value.
  • FieldName [in] The field name.

Description

Sets the field contents as a boolean value

Return

None.

See Also

GetFieldAsBool(), SetFieldValue()

TOCIndex