6 references to IsNull
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (5)
799
if (
IsNull
&& !mt.IsVarTime) {
859
if (!
IsNull
) {
1351
if ((
IsNull
) || (isDataFeed)) {
1356
_actualSize =
IsNull
? 0 : -1;
1392
AssertPropertiesAreValid(_coercedValue, _coercedValueIsSqlType, _coercedValueIsDataFeed,
IsNull
);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8178
isNull = param.
IsNull
;