Show / Hide Table of Contents

    GetAsTempBlob Procedure

    Table tTempBlob

    Gets the data as a Temp Blob codeunit.

    Overloads

    Name Description
    GetAsTempBlob(): Codeunit "Temp Blob" Gets the data as a Temp Blob codeunit.
    GetAsTempBlob(Codeunit "QWETB Temp Blob") Gets the data as a Temp Blob codeunit.
    GetAsTempBlob(Codeunit "Temp Blob") Gets the data as a Temp Blob codeunit.

    GetAsTempBlob() Procedure

    Gets the data as a Temp Blob codeunit.

    Signature

    GetAsTempBlob() TempBlob: Codeunit "Temp Blob"
    

    Returns

    Codeunit "Temp Blob"

    The Temp Blob codeunit that will contain the data.

    GetAsTempBlob(Codeunit "QWETB Temp Blob") Procedure

    Gets the data as a Temp Blob codeunit.

    Signature

    GetAsTempBlob(var TempBlob: Codeunit "QWETB Temp Blob")
    

    Parameters

    var TempBlob Codeunit "QWETB Temp Blob"

    The Temp Blob codeunit that will contain the data.

    GetAsTempBlob(Codeunit "Temp Blob") Procedure

    Gets the data as a Temp Blob codeunit.

    Signature

    GetAsTempBlob(var TempBlob: Codeunit "Temp Blob")
    

    Parameters

    var TempBlob Codeunit "Temp Blob"

    The Temp Blob codeunit that will contain the data.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX