6 references to Value
System.Data.Entity (6)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
403return columnRef.Equal(columnRef.ResultType.Constant(condition.Value));
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
215this.AddObjectContentToHashBuilder(storageConditionPropertyMapping.Value);
System\Data\Mapping\StorageConditionPropertyMapping.cs (3)
136if (this.Value != null) { 138sb.Append("'" + Value + "'"); 141sb.Append("'" + Value.GetType() + "'");
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
491conditionExpression = new ScalarRestriction(conditionMemberNode, new ScalarConstant(conditionMap.Value));