1 type derived from StructuralValue
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
581
private class UnmodifiedStructuralValue :
StructuralValue
2 instantiations of StructuralValue
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (2)
506
return new
StructuralValue
(values, structuralType);
561
return null == newValues ? this : new
StructuralValue
(newValues, m_structuralType);