Implemented interface member:
property
IsNull
System.Data.SqlTypes.INullable.IsNull
11 references to IsNull
System.Data (11)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (3)
409
if (xmlValue.
IsNull
) {
644
if (xmlValue.
IsNull
) {
3597
if (value.
IsNull
) {
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (2)
71
return (values[record].
IsNull
);
108
if (reader.
IsNull
)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
498
_isNull = value.
IsNull
;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
2643
if (xmlValue.
IsNull
) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
9914
if (!((SqlXml)value).
IsNull
)
fx\src\data\System\Data\SQLTypes\SqlXml.cs (3)
89
if (
IsNull
) {
154
if (
IsNull
)
241
if (
IsNull
)