267 references to AggregateType
System.Data (267)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (1)
25
override public Object Aggregate(int[] records,
AggregateType
kind) {
fx\src\data\System\Data\Common\BooleanStorage.cs (5)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Min:
44
case
AggregateType
.Max:
58
case
AggregateType
.First:
64
case
AggregateType
.Count:
fx\src\data\System\Data\Common\ByteStorage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\CharStorage.cs (5)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Min:
44
case
AggregateType
.Max:
58
case
AggregateType
.First:
64
case
AggregateType
.Count:
fx\src\data\System\Data\Common\DataStorage.cs (2)
168
public virtual Object Aggregate(int[] recordNos,
AggregateType
kind) {
169
if (
AggregateType
.Count == kind) {
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (5)
25
override public Object Aggregate(int[] records,
AggregateType
kind) {
29
case
AggregateType
.Min:
43
case
AggregateType
.Max:
57
case
AggregateType
.First:
63
case
AggregateType
.Count:
fx\src\data\System\Data\Common\DateTimeStorage.cs (5)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Min:
44
case
AggregateType
.Max:
58
case
AggregateType
.First:
64
case
AggregateType
.Count:
fx\src\data\System\Data\Common\DecimalStorage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\DoubleStorage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\Int16Storage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
97
case
AggregateType
.Min:
111
case
AggregateType
.Max:
125
case
AggregateType
.First:
131
case
AggregateType
.Count:
fx\src\data\System\Data\Common\Int32Storage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\Int64Storage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
34
override public Object Aggregate(int[] records,
AggregateType
kind) {
fx\src\data\System\Data\Common\SByteStorage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SingleStorage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
97
case
AggregateType
.Min:
111
case
AggregateType
.Max:
125
case
AggregateType
.First:
131
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (3)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
31
case
AggregateType
.First:
37
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (5)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Min:
46
case
AggregateType
.Max:
60
case
AggregateType
.First:
66
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (3)
29
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.First:
38
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
128
case
AggregateType
.First:
134
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (3)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
31
case
AggregateType
.First:
37
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (5)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Min:
47
case
AggregateType
.Max:
62
case
AggregateType
.First:
68
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
128
case
AggregateType
.First:
133
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
128
case
AggregateType
.First:
134
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (3)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
31
case
AggregateType
.First:
37
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
128
case
AggregateType
.First:
134
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
128
case
AggregateType
.First:
134
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
129
case
AggregateType
.First:
135
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
62
case
AggregateType
.Var:
63
case
AggregateType
.StDev:
91
if (kind ==
AggregateType
.StDev) {
98
case
AggregateType
.Min:
113
case
AggregateType
.Max:
128
case
AggregateType
.First:
134
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (10)
28
override public Object Aggregate(int[] records,
AggregateType
kind) {
32
case
AggregateType
.Sum:
45
case
AggregateType
.Mean:
63
case
AggregateType
.Var:
64
case
AggregateType
.StDev:
92
if (kind ==
AggregateType
.StDev) {
99
case
AggregateType
.Min:
114
case
AggregateType
.Max:
129
case
AggregateType
.First:
135
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (4)
28
override public Object Aggregate(int[] recordNos,
AggregateType
kind) {
32
case
AggregateType
.Min:
53
case
AggregateType
.Max:
71
case
AggregateType
.Count:
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
72
override public Object Aggregate(int[] records,
AggregateType
kind) {
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (3)
27
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.First:
36
case
AggregateType
.Count:
fx\src\data\System\Data\Common\StringStorage.cs (4)
26
override public Object Aggregate(int[] recordNos,
AggregateType
kind) {
29
case
AggregateType
.Min:
49
case
AggregateType
.Max:
67
case
AggregateType
.Count:
fx\src\data\System\Data\Common\TimeSpanStorage.cs (8)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Min:
44
case
AggregateType
.Max:
58
case
AggregateType
.First:
64
case
AggregateType
.Count:
67
case
AggregateType
.Sum: {
81
case
AggregateType
.Mean: {
96
case
AggregateType
.StDev: {
fx\src\data\System\Data\Common\UInt16Storage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\UInt32Storage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\Common\UInt64Storage.cs (10)
26
override public Object Aggregate(int[] records,
AggregateType
kind) {
30
case
AggregateType
.Sum:
43
case
AggregateType
.Mean:
60
case
AggregateType
.Var:
61
case
AggregateType
.StDev:
89
if (kind ==
AggregateType
.StDev) {
96
case
AggregateType
.Min:
110
case
AggregateType
.Max:
124
case
AggregateType
.First:
130
case
AggregateType
.Count:
fx\src\data\System\Data\DataColumn.cs (2)
1535
internal object GetAggregateValue(int[] records,
AggregateType
kind) {
1537
if (kind ==
AggregateType
.Count)
fx\src\data\System\Data\DataException.cs (1)
1246
static public Exception AggregateException(
AggregateType
aggregateType, Type type) {
fx\src\data\System\Data\Filter\AggregateNode.cs (8)
27
private readonly
AggregateType
type;
53
this.type =
AggregateType
.Sum;
55
this.type =
AggregateType
.Mean;
57
this.type =
AggregateType
.Min;
59
this.type =
AggregateType
.Max;
61
this.type =
AggregateType
.Count;
63
this.type =
AggregateType
.Var;
65
this.type =
AggregateType
.StDev;