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