combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlDbAddTableSortOrder Method
Example


In This Topic
    LlDbAddTableSortOrder Method
    In This Topic
    This method can be used to define available sort orders for the tables added via the LlDbAddTable Method. Each sorting has it's unique ID that can be queried using the LlPrintDbGetCurrentTableSortOrder Method at print time.
    Overload List
    OverloadDescription
    This method can be used to define available sort orders for the tables added via the LlDbAddTable Method. Each sorting has it's unique ID that can be queried using the LlPrintDbGetCurrentTableSortOrder Method at print time.  
    Example
    LL.Core.LlDbAddTableSortOrder("Orders", "OrderDate ASC");
    LL.Core.LlDbAddTableSortOrder("Orders", "OrderDate DESC");
    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