2 types derived from SimpleValue
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (2)
321
private class ServerGenSimpleValue :
SimpleValue
361
private class KeyValue :
SimpleValue
3 instantiations of SimpleValue
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (3)
262
return new
SimpleValue
(flags, value);
303
return new
SimpleValue
(flags, m_value);
308
return new
SimpleValue
(PropagatorFlags, value);