5 references to IsNull
System.Data.Entity (5)
System\Data\EntityClient\DbParameterHelper.cs (1)
236if (!EntityUtil.IsNull(value)) {
System\Data\EntityKey.cs (4)
890if (EntityUtil.IsNull(keyValuePair.Value) || String.IsNullOrEmpty(keyValuePair.Key)) 909if (EntityUtil.IsNull(keyValuePair.Value) || String.IsNullOrEmpty(keyValuePair.Key)) 958if (EntityUtil.IsNull(singletonKeyValue)) 971if (EntityUtil.IsNull(compositeKeyValues[i]))