Show / Hide Table of Contents

    LoadData Procedure

    Codeunit File Importer

    Imports data from a Temp Blob codeunit. The data is read according to the File Settings set by the Init() procedure.

    Overloads

    Name Description
    LoadData(Codeunit "QWETB Temp Blob"): Integer Imports data from a Temp Blob codeunit.
    LoadData(Codeunit "Temp Blob"): Integer Imports data from a Temp Blob codeunit.
    LoadData(Record "QWETB tTempBlob" temporary): Integer Imports data from a TempBlob record.

    LoadData(Codeunit "QWETB Temp Blob") Procedure

    Imports data from a Temp Blob codeunit. The data is read according to the File Settings set by the Init() procedure.

    Signature

    LoadData(TempBlob: Codeunit "QWETB Temp Blob") : Integer
    

    Parameters

    TempBlob Codeunit "QWETB Temp Blob"

    The Temp Blob codeunit that contains the data to read.

    Returns

    Integer

    The number of lines in the data.

    LoadData(Codeunit "Temp Blob") Procedure

    Imports data from a Temp Blob codeunit. The data is read according to the File Settings set by the Init() procedure.

    Signature

    LoadData(TempBlob: Codeunit "Temp Blob") : Integer
    

    Parameters

    TempBlob Codeunit "Temp Blob"

    The Temp Blob codeunit that contains the data to read.

    Returns

    Integer

    The number of lines in the data.

    LoadData(Record "QWETB tTempBlob" temporary) Procedure

    Imports data from a TempBlob record. The data is read 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')]
    LoadData(tTempBlob: Record "QWETB tTempBlob" temporary) : Integer
    

    Parameters

    tTempBlob Record "QWETB tTempBlob" temporary

    The TempBlob record that contains the data to read.

    Returns

    Integer

    The number of lines in the data.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX