3 references to StructuralValue
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (3)
506
return new
StructuralValue
(values, structuralType);
561
return null == newValues ? this : new
StructuralValue
(newValues, m_structuralType);
584
:
base
(values, structuralType)