32 references to Check
System.Data (32)
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (2)
424
SQLDebug.
Check
(length >= 0);
429
SQLDebug.
Check
(rgbValue.Length >= length);
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
170
SQLDebug.
Check
(x.m_value == x_Null);
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (2)
147
SQLDebug.
Check
(timeticks == MaxTime + 1);
257
SQLDebug.
Check
(time == MaxTime + 1);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (21)
784
SQLDebug.
Check
(rglData.Length >= 4);
835
SQLDebug.
Check
(!IsNull);
840
SQLDebug.
Check
(!IsNull);
1223
SQLDebug.
Check
(ResInteger <= MaxPrecision);
1227
SQLDebug.
Check
(ResScale <= MaxScale);
1236
SQLDebug.
Check
(ResPrec - ResInteger >= 0);
1282
SQLDebug.
Check
(dwlAccum < x_ulInt32Base);
1480
SQLDebug.
Check
(dwlAccum < x_ulInt32Base*2);
1483
SQLDebug.
Check
(dwlAccum < x_ulInt32Base); // can never final accum > 1 more UI4
1497
SQLDebug.
Check
(NUMERIC_MAX_PRECISION == ResPrec);
2114
SQLDebug.
Check
(dwlAccum < x_ulInt32Base);
2180
SQLDebug.
Check
(dwlAccum < dwlDivisor);
2182
SQLDebug.
Check
((dwlAccum / dwlDivisor) < x_ulInt32Base);
2206
SQLDebug.
Check
(dwlAccum < x_ulInt32Base);
2437
SQLDebug.
Check
(iulX > x_uiZero);
2467
SQLDebug.
Check
(rgulU.Length == x_cNumeMax);
2530
SQLDebug.
Check
(rgulU.Length == x_cNumeMax);
2531
SQLDebug.
Check
(rgulD.Length == x_cNumeMax);
2911
SQLDebug.
Check
(uiDigit < 10);
2917
SQLDebug.
Check
(rguiData.Length == 4);
2925
SQLDebug.
Check
(m_bPrec >= 1);
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (2)
210
SQLDebug.
Check
(lHigh2 == 0);
216
SQLDebug.
Check
(lHigh1 == 0);
fx\src\data\System\Data\SQLTypes\SQLString.cs (4)
307
SQLDebug.
Check
(!IsNull);
809
SQLDebug.
Check
(cbX % 2 == 0);
810
SQLDebug.
Check
(cbY % 2 == 0);
850
SQLDebug.
Check
(!x.IsNull && !y.IsNull);