Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsBlob

Syntax

void SetFieldAsBlob (NINT FieldNumber, CTBlob& value)

void SetFieldAsBlob(const CTString& FieldName, CTBlob& value)

Parameters

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

Description

Sets the field contents as a blob object.

Return

None.

TOCIndex