Click or drag to resize

DataTableOptionsCommand Class

Sets the Data table options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.Addins.DataCollectorDataCollectorCommand
        MediaCy.Addins.DataCollectorDataTableOptionsCommand

Namespace:  MediaCy.Addins.DataCollector
Assembly:  MediaCy.Addins.DataCollector (in MediaCy.Addins.DataCollector.dll) Version: 1.0.0.0
Syntax
VB
Public Class DataTableOptionsCommand
	Inherits DataCollectorCommand

The DataTableOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodDataTableOptionsCommand
Initializes a new instance of the DataTableOptionsCommand class
Public methodDataTableOptionsCommand(McCommand)
Initializes a new instance of the DataTableOptionsCommand class
Public methodDataTableOptionsCommand(McCommand, Object)
Initializes a new instance of the DataTableOptionsCommand class
Top
Properties
  NameDescription
Public propertyCollapseGroups
Collapse groups on table refresh.
Public propertyEnableGrouping
Show/hide grouping
Public propertyGroupingKeys
Comma-separated list of grouping keys (column names)
Public propertyShowStatistics
Show/Hide statistics
Public propertyTotalRowFunction
Aggregate function for total row.
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Public methodStatic memberFromTable
Top
Remarks