Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBlob.SetBlob

Syntax

void SetBlob(ctdbBLOB Blob)

void SetBlob(CTBlob blob)

void SetBlob(IntPtr data, int size)

Parameters

  • Blob [in] The ctdbBlob object or Blob to be assigned to the CTBlob object
  • blob [in] The CTBlob object or Blob to be assigned to the CTBlob object
  • data [in] The data to be assigned to the CTBlob object
  • size [in] The data size.

Description

Initializes the CTBlob object.

Return

None.

See Also

GetBlob(), Get()

TOCIndex