getBlobField( )

Gets the AGDBBlob object in a field of an AGDBSet object.

Interface

AGDBSet

IDL definition
AGDBBlob getBlobField(const String name);
ADO equivalent

None

JavaScript synopsis
dbset.getBlobField(name)
C synopsis
AGDBBlob* AVgetBlobField(
  AGDBSet* dbset,
  const PODSString name
);
Parameters
  • dbset   The AGDBSet object.

  • name   [in] The name of the blob field to get.

Returns

The blob in the named field.

See also

setBlobField( ), AGDBBlob object