SaveDataToBlob Procedure
Saves the provided data in a TempBlob codeunit.
The data is formatted according to the File Settings set by the Init()
procedure.
Overloads
Name | Description |
---|---|
SaveDataToBlob(Codeunit "QWETB Temp Blob") | Saves the provided data in a TempBlob codeunit. |
SaveDataToBlob(Codeunit "Temp Blob") | Saves the provided data in a TempBlob codeunit. |
SaveDataToBlob(Record "QWETB tTempBlob" temporary) | Saves the provided data in a TempBlob record. |
SaveDataToBlob(Codeunit "QWETB Temp Blob") Procedure
Saves the provided data in a TempBlob codeunit.
The data is formatted according to the File Settings set by the Init()
procedure.
Signature
SaveDataToBlob(var TempBlob: Codeunit "QWETB Temp Blob")
Parameters
var TempBlob
Codeunit "QWETB Temp Blob"
The TempBlob codeunit that the data is saved to.
SaveDataToBlob(Codeunit "Temp Blob") Procedure
Saves the provided data in a TempBlob codeunit.
The data is formatted according to the File Settings set by the Init()
procedure.
Signature
SaveDataToBlob(var TempBlob: Codeunit "Temp Blob")
Parameters
var TempBlob
Codeunit "Temp Blob"
The TempBlob codeunit that the data is saved to.
SaveDataToBlob(Record "QWETB tTempBlob" temporary) Procedure
Saves the provided data in a TempBlob record.
The data is formatted according to the File Settings set by the Init()
procedure.
Deprecated
This procedure is deprecated and should not be used.
Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
Deprecated since: 27.0
Signature
[Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
SaveDataToBlob(var tTempBlob: Record "QWETB tTempBlob" temporary)
Parameters
var tTempBlob
Record "QWETB tTempBlob" temporary
The TempBlob record that the data is saved to.
This documentation is generated from Smart Toolbox v27.0