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)
409if (xmlValue.IsNull) { 644if (xmlValue.IsNull) { 3597if (value.IsNull) {
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (2)
71return (values[record].IsNull); 108if (reader.IsNull)
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
498_isNull = value.IsNull;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
2643if (xmlValue.IsNull) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
9914if (!((SqlXml)value).IsNull)
fx\src\data\System\Data\SQLTypes\SqlXml.cs (3)
89if (IsNull) { 154 if (IsNull) 241 if (IsNull)