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; 631if (data.IsNull) { 658if (data.IsNull) {
fx\src\data\System\Data\SqlClient\SqlCachedBuffer.cs (2)
103if (IsNull) 114if (IsNull)