Implemented interface member:
property
IsNull
System.Data.SqlTypes.INullable.IsNull
22 references to IsNull
System.Data.Common (22)
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
84
return (_values[record].
IsNull
);
System\Data\SQLTypes\SQLBinary.cs (19)
131
if (x.
IsNull
|| y.
IsNull
)
209
if (x.
IsNull
|| y.
IsNull
)
230
if (x.
IsNull
|| y.
IsNull
)
241
if (x.
IsNull
|| y.
IsNull
)
252
if (x.
IsNull
|| y.
IsNull
)
264
if (x.
IsNull
|| y.
IsNull
)
348
if (
IsNull
)
349
return value.
IsNull
? 0 : -1;
350
else if (value.
IsNull
)
366
other.
IsNull
||
IsNull
? other.
IsNull
&&
IsNull
:
System\Data\SQLTypes\SQLBytes.cs (1)
85
public SqlBytes(SqlBinary value) : this(value.
IsNull
? null : value.Value!)
System\Data\SQLTypes\SQLGuid.cs (1)
156
return x.
IsNull
? Null : new SqlGuid(x.Value);