40 references to StDev
System.Data.Common (40)
System\Data\Common\ByteStorage.cs (2)
63
case AggregateType.
StDev
:
93
if (kind == AggregateType.
StDev
)
System\Data\Common\DecimalStorage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Common\DoubleStorage.cs (2)
63
case AggregateType.
StDev
:
93
if (kind == AggregateType.
StDev
)
System\Data\Common\Int16Storage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Common\Int32Storage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Common\Int64Storage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Common\SByteStorage.cs (2)
63
case AggregateType.
StDev
:
93
if (kind == AggregateType.
StDev
)
System\Data\Common\SingleStorage.cs (2)
63
case AggregateType.
StDev
:
93
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLByteStorage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLInt16Storage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLInt32Storage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLInt64Storage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\SQLTypes\SQLSingleStorage.cs (2)
65
case AggregateType.
StDev
:
95
if (kind == AggregateType.
StDev
)
System\Data\Common\TimeSpanStorage.cs (1)
105
case AggregateType.
StDev
:
System\Data\Common\UInt16Storage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Common\UInt32Storage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Common\UInt64Storage.cs (2)
65
case AggregateType.
StDev
:
96
if (kind == AggregateType.
StDev
)
System\Data\Filter\AggregateNode.cs (1)
60
_type = AggregateType.
StDev
;