2 references to ConditionIsNullAttribute
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
2322
string isNull = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ConditionIsNullAttribute
);
3235
string isNullAttribute = StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.
ConditionIsNullAttribute
);