Title here
Summary here
This attribute is used to identify the colunns used for pivoting data.
[AttributeUsage(AttributeTargets.Property)]
public sealed class PivotValue : Attribute public PivotValue() public PivotValue(AggregationMethod aggregationMethod)| Type | Name | Description |
|---|---|---|
| AggregationMethod | aggregationMethod |
public AggregationMethod AggregationMethod { get; set; }| Type | Description |
|---|---|
| AggregationMethod |
public Func<object, object, object> CustomFunction { get; set; }| Type | Description |
|---|---|
| Func<object, object, object> |
public Predicate<object> Predicate { get; set; }| Type | Description |
|---|---|
| Predicate<object> |
public string PropertyName { get; set; }| Type | Description |
|---|---|
| string |