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