Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.SetFieldAsBigint

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

Syntax

void SetFieldAsBigint(int FieldNumber, CTBigint& value)

void SetFieldAsBigint(String FieldName, CTBigint& value)

Parameters

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

Description

Sets the field contents as a big integer object (64-bit).

Return

None.

See Also

GetFieldAsBigint(), SetFieldValue()

TOCIndex