35 overrides of Aggregate
System.Data.Common (35)
System\Data\Common\BigIntegerStorage.cs (1)
20public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\BooleanStorage.cs (1)
22public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\ByteStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\CharStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\DateTimeOffsetStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\DateTimeStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\DecimalStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\DoubleStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\Int16Storage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\Int32Storage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\Int64Storage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\ObjectStorage.cs (1)
36public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SByteStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SingleStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
22public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
23public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
23public override object Aggregate(int[] recordNos, AggregateType kind)
System\Data\Common\SqlUDTStorage.cs (1)
65public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\StringStorage.cs (1)
20public override object Aggregate(int[] recordNos, AggregateType kind)
System\Data\Common\TimeSpanStorage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\UInt16Storage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\UInt32Storage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
System\Data\Common\UInt64Storage.cs (1)
21public override object Aggregate(int[] records, AggregateType kind)
11 references to Aggregate
System.Data.Common (11)
System\Data\Common\BooleanStorage.cs (1)
69return base.Aggregate(records, kind);
System\Data\Common\ByteStorage.cs (1)
141return base.Aggregate(records, kind);
System\Data\Common\CharStorage.cs (1)
68return base.Aggregate(records, kind);
System\Data\Common\DecimalStorage.cs (1)
146return base.Aggregate(records, kind);
System\Data\Common\DoubleStorage.cs (1)
141return base.Aggregate(records, kind);
System\Data\Common\Int64Storage.cs (1)
146return base.Aggregate(records, kind);
System\Data\Common\SByteStorage.cs (1)
141return base.Aggregate(records, kind);
System\Data\Common\SingleStorage.cs (1)
142return base.Aggregate(records, kind);
System\Data\Common\TimeSpanStorage.cs (1)
68return base.Aggregate(records, kind);
System\Data\Common\UInt64Storage.cs (1)
146return base.Aggregate(records, kind);
System\Data\DataColumn.cs (1)
1587return _storage.Aggregate(records, kind);