Show / Hide Table of Contents

    IDataPacker.GetDataTable Method

    .NET Standard 2.x

    Gets the DataTable object created by the specified element.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    GetDataTable([NotNull]this IDataPacker dataPacker,[NotNull]string key) Gets the DataTable object created by the specified element.
    GetDataTable([NotNull]this IDataUnpacker dataUnPackage, [NotNull]string key, [NotNull]MappingMethod mappingMethod) Gets the DataTable object created by the specified element. You can also specify the mapping method for importing data into the DataTable object.
    Back to top Generated by Appeon