Show / Hide Table of Contents

    DwDataTableExtensions Class

    .NET Standard 2.x

    For DataTable, imports or exports data in the XML or JSON format.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public static class DwDataTableExtensions;
    

    Extension Methods

    Name Returns Type Description
    GetDataTable([NotNull]this IDataUnpacker dataUnPackage,[NotNull]string key,[NotNull]MappingMethod importMapping) DataTable Gets the DataTable object created by the specified element.
    GetDataTable([NotNull]this IDataPacker dataPacker, [NotNull]string key,[NotNull]MappingMethod importMapping) DataTable Gets the DataTable object created by the specified element.
    GetDataExporter(this DataTable dataTable, DataFormat dataFormat) IDataExporter Gets the DataTable exporter. You need to specify the data export DataFormat.
    GetDataImporter(this DataTable dataTable, DataFormat dataFormat) IDataImporter Gets the DataTable importer. You need to specify the data import DataFormat.
    Back to top Generated by Appeon