35 references to Count
System.Data.Common (35)
System\Data\Common\BooleanStorage.cs (1)
68
case AggregateType.
Count
:
System\Data\Common\ByteStorage.cs (1)
140
case AggregateType.
Count
:
System\Data\Common\CharStorage.cs (1)
67
case AggregateType.
Count
:
System\Data\Common\DataStorage.cs (1)
173
if (AggregateType.
Count
== kind)
System\Data\Common\DateTimeOffsetStorage.cs (1)
69
case AggregateType.
Count
:
System\Data\Common\DateTimeStorage.cs (1)
69
case AggregateType.
Count
:
System\Data\Common\DecimalStorage.cs (1)
145
case AggregateType.
Count
:
System\Data\Common\DoubleStorage.cs (1)
140
case AggregateType.
Count
:
System\Data\Common\Int16Storage.cs (1)
146
case AggregateType.
Count
:
System\Data\Common\Int32Storage.cs (1)
145
case AggregateType.
Count
:
System\Data\Common\Int64Storage.cs (1)
145
case AggregateType.
Count
:
System\Data\Common\SByteStorage.cs (1)
140
case AggregateType.
Count
:
System\Data\Common\SingleStorage.cs (1)
141
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
35
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
69
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
36
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
144
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
36
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
71
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
143
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
144
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
36
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
144
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
144
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
145
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
144
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
142
case AggregateType.
Count
:
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
77
case AggregateType.
Count
:
System\Data\Common\StringStorage.cs (1)
71
case AggregateType.
Count
:
System\Data\Common\TimeSpanStorage.cs (1)
67
case AggregateType.
Count
:
System\Data\Common\UInt16Storage.cs (1)
145
case AggregateType.
Count
:
System\Data\Common\UInt32Storage.cs (1)
145
case AggregateType.
Count
:
System\Data\Common\UInt64Storage.cs (1)
145
case AggregateType.
Count
:
System\Data\DataColumn.cs (1)
1585
return kind == AggregateType.
Count
? (object)0 : DBNull.Value;
System\Data\Filter\AggregateNode.cs (1)
56
_type = AggregateType.
Count
;