36 references to Count
System.Data (36)
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
64case AggregateType.Count:
fx\src\data\System\Data\Common\ByteStorage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\CharStorage.cs (1)
64case AggregateType.Count:
fx\src\data\System\Data\Common\DataStorage.cs (1)
169if (AggregateType.Count == kind) {
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
63case AggregateType.Count:
fx\src\data\System\Data\Common\DateTimeStorage.cs (1)
64case AggregateType.Count:
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\Int16Storage.cs (1)
131case AggregateType.Count:
fx\src\data\System\Data\Common\Int32Storage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\Int64Storage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\SByteStorage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\SingleStorage.cs (1)
131case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
37case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
66case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
38case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
134case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
37case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
68case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
133case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
134case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
37case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
134case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
134case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
135case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
134case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
135case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
71case AggregateType.Count:
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
36case AggregateType.Count:
fx\src\data\System\Data\Common\StringStorage.cs (1)
67case AggregateType.Count:
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
64case AggregateType.Count:
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
130case AggregateType.Count:
fx\src\data\System\Data\DataColumn.cs (1)
1537if (kind == AggregateType.Count)
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
61this.type = AggregateType.Count;