Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBlob.operator =

Syntax

CTBlob operator=( CTBlob Blob)

CTBlob operator=( ctdbBLOB blob)

Parameters

  • Blob [in] The CTBlob object to be assigned to the new CTBlob object
  • blob [in] The ctdbBLOB object to be assigned to the new CTBlob object

Description

Assigns a Blob or ctdbBLOB object to form a new CTBlob object

Return

The new CTBlob object

TOCIndex