4 references to ValueCondition
System.Data.Entity (4)
System\Data\Mapping\FunctionImportMapping.cs (4)
686
internal readonly static ValueCondition IsNull = new
ValueCondition
(IsNullDescription, true);
687
internal readonly static ValueCondition IsNotNull = new
ValueCondition
(IsNotNullDescription, true);
688
internal readonly static ValueCondition IsOther = new
ValueCondition
(IsOtherDescription, true);
697
:
this
(description, false)