Search Results for

    Show / Hide Table of Contents

    Enum DatasetType

    A dataset definition could represent a table inside a database or a sql query, in .Net version, it's always a Query. DataInfo

    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public enum DatasetType

    Fields

    Name Description
    Query

    The DataInfo will open (execute) a query

    Table

    The DataInfo will open a table inside a database

    In this article
    Back to top Generated by DocFX