Click or drag to resize

DataTablesAggregationOptions Class

Options for aggregating data from one or multiple tables, see also DataTablesAggregationDataSource.
Inheritance Hierarchy
SystemObject
  Altaxo.DataDataTablesAggregationOptions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class DataTablesAggregationOptions : IImmutable, 
	IEquatable<DataTablesAggregationOptions>

The DataTablesAggregationOptions type exposes the following members.

Constructors
 NameDescription
Public methodDataTablesAggregationOptionsInitializes a new instance of the DataTablesAggregationOptions class
Top
Properties
 NameDescription
Public propertyAggregatedColumnNames Gets the name of the columns that should be aggregated.
Public propertyAggregationKinds Gets the kinds of aggregation that should be applied to the aggregated columns.
Public propertyClusteredPropertiesNames Gets the names of the properties that should be clustered.
Public propertyExecuteTablesDataSourceBeforeAggregation If true, the data sources of the tables are executed before aggregation.
Public propertyExecuteTablesTableScriptBeforeAggregation If true, the table scripts of the tables are executed before aggregation.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also