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