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