Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.SetFieldAsUnsigned

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

Syntax

void SetFieldAsUnsigned (int FieldNumber, CTUNSIGNED value)

void SetFieldAsUnsigned(String FieldName, CTUNSIGNED value)

Parameters

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

Description

Sets the field contents as an integer unsigned value.

Return

None.

See Also

GetFieldAsUnsigned(), SetFieldValue()

TOCIndex