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