c-treeDB API for C# - Developers Guide
CTBlob.CTBlob
Syntax
CTBlob ( )
CTBlob (IntPtr data, int size)
CTBlob (ctdbBLOB Blob)
CTBlob (CTBlob blob)
Parameters
- data [in] The data to be assigned to the CTBlob object in the creation.
- size [in] The data size.
- Blob [in] The ctdbBLOB object or Blob to be assigned to the new CTBlob object
- blob [in] The CTBlob object or Blob to be assigned to the new CTBlob object
Description
This is the constructor for the CTBlob object.
See Also
~CTBlob()