Show / Hide Table of Contents

    IDwDataImporter.ImportByKey Method

    .NET Standard 2.x

    Imports data into the DataStore buffer with the specified DataFormat based on the key name.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    ImportByKey(string text) Imports data into the DataStore buffer with the specified DataFormat based on the key name.
    ImportByKey(string text, DwBuffer dwbuffer) Imports data into the specified buffer of DataStore with the specified DataFormat based on the key name.
    ImportByKey(string text, DwBuffer dwbuffer, int startRow) Imports data into the specified buffer of DataStore with the specified DataFormat based on the key name, and specifies the starting position of the row.
    ImportByKey(string text, DwBuffer dwbuffer, int startRow, int endRow) Imports data into the specified buffer of DataStore with the specified DataFormat based on the key name, and specifies the start and end positions of the rows.
    Back to top Generated by Appeon