Show / Hide Table of Contents

    IDwDataExporter.Export Method

    .NET Standard 2.x

    Exports data from the DataStore buffer in the specified DataFormat.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    Export(bool colheading = true) Exports data from the DataStore primary buffer in the specified DataFormat, and specifies whether to include columns heading.
    Export(int startRow, int endRow, bool colheading = true) Exports data from the DataStore primary buffer in the specified DataFormat, and specifies the start and end positions of the rows, and whether to include columns heading.
    Export(int startRow, int endRow, int startColumn, int endColumn, bool colheading = true) Exports data from the DataStore primary buffer in the specified DataFormat, and specifies the start and end positions of the rows and columns, and whether to include columns heading.
    Export(MappingMethod importMapping) Exports data from the DataStore primary buffer in the specified DataFormat, and specifies how to map columns.
    Export(bool changedOnly, MappingMethod importMapping) Exports data from the DataStore primary buffer in the specified DataFormat, and specifies whether to only export the changed rows, and how to map columns.
    Export(DwBuffer dwbuffer, bool changedOnly, MappingMethod importMapping) Exports data from the specified buffer of the DataStore in the specified DataFormat, and specifies whether to only export the changed rows, and how to map columns.
    Export(bool primaryData, bool filterData, bool deleteData, bool dwcdata, MappingMethod importMapping) Exports data(DataWindowChild) from the specified buffer of the DataStore in the specified DataFormat, and how to map columns.
    Export(DwBuffer dwbuffer, MappingMethod importMapping) Exports data from the specified buffer of the DataStore in the specified DataFormat, and how to map columns.
    Export(DwBuffer dwbuffer, int startRow, MappingMethod importMapping) Exports data from the specified buffer of the DataStore in the specified DataFormat, and specifies the start position of the rows, and how to map columns.
    Export(DwBuffer dwbuffer, int startRow, int endRow, MappingMethod importMapping) Exports data from the specified buffer of the DataStore in the specified DataFormat, and specifies the start and end positions of the rows, and how to map columns.
    Export(DwBuffer dwbuffer, int startRow, int endRow, int startColumn, MappingMethod importMapping) Exports data from the specified buffer of the DataStore in the specified DataFormat, and specifies the start and end positions of the rows and the start position of the columns, and how to map columns.
    Export(DwBuffer dwbuffer, int startRow, int endRow, int startColumn, int endColumn, MappingMethod importMapping) Exports data from the specified buffer of the DataStore in the specified DataFormat, and specifies the start and end positions of the rows and columns, and how to map columns.
    Back to top Generated by Appeon