Given a name, returns the blob value stored in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract byte[] GetBlob(
string fieldName
)
Public MustOverride Function GetBlob (
fieldName As String
) As Byte()
public:
virtual array<unsigned char>^ GetBlob(
String^ fieldName
) abstract
abstract GetBlob :
fieldName : string -> byte[]
Parameters
- fieldName
- Type: SystemString
Name of field
Return Value
Type:
ByteThe value of the field or
null if no field with that name exists in the Tuple
See Also