Implemented interface member:
property
IsNull
System.Data.SqlTypes.INullable.IsNull
5 references to IsNull
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (3)
480
_isNull = value.
IsNull
;
631
if (data.
IsNull
) {
658
if (data.
IsNull
) {
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (2)
103
if (
IsNull
)
114
if (
IsNull
)