combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / TableOption Enumeration


In This Topic
    TableOption Enumeration
    In This Topic

    This enumeration contains several options that can be set or received via the ISupportTableOptions interface.

    Syntax
    'Declaration
     
    
    Public Enum TableOption 
       Inherits System.Enum
    public enum TableOption : System.Enum 
    public enum class TableOption : public System.Enum 
    Members
    MemberDescription
    FilterIsTemporary

    Internal use only.

    IsForInfoQuery

    The table will be used for defining the data structure or querying table options. It is allowed to return the schema row instead of real data.

    MaximumRecordCount

    Sets the maximum row number needed.

    QueryIsDistinct

    Gets or sets if the row enumerator should just return distinct values if possible. The core engine handles this itself as well, however if the database can handle it directly, it's much faster.

    SchemaRowUsage

    Gets the schema row usage. Is handled by the wrapper classes automatically.

    ServerTableNeedRefresh

    Internal use only.

    SupportedAs1to1Relation

    Gets if a certain relation (name is passed in the value parameter) is supported as 1:1 relation. Is handled by the wrapper classes automatically.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.DataProviders.TableOption

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also