Data |
public class DataTablesAggregationOptions : IImmutable, IEquatable<DataTablesAggregationOptions>
The DataTablesAggregationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| DataTablesAggregationOptions | Initializes a new instance of the DataTablesAggregationOptions class |
| Name | Description | |
|---|---|---|
| AggregatedColumnNames | Gets the name of the columns that should be aggregated. | |
| AggregationKinds | Gets the kinds of aggregation that should be applied to the aggregated columns. | |
| ClusteredPropertiesNames | Gets the names of the properties that should be clustered. | |
| ExecuteTablesDataSourceBeforeAggregation | If true, the data sources of the tables are executed before aggregation. | |
| ExecuteTablesTableScriptBeforeAggregation | If true, the table scripts of the tables are executed before aggregation. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |