8 references to CreateStructuralValue
System.Data.Entity (8)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (2)
243return PropagatorResult.CreateStructuralValue(keyValues, keyMetadata.m_type, false); 314return PropagatorResult.CreateStructuralValue(nestedValues, structuralType, isModified);
System\Data\Mapping\Update\Internal\Propagator.cs (1)
273PropagatorResult projectedRow = PropagatorResult.CreateStructuralValue(projectedValues, (StructuralType)resultType.EdmType, false);
System\Data\Mapping\Update\Internal\Propagator.ExtentPlaceholderCreator.cs (4)
151PropagatorResult result = PropagatorResult.CreateStructuralValue(memberValues, entitySet.ElementType, false); 184PropagatorResult refKeys = PropagatorResult.CreateStructuralValue(keyValues, endType, false); 189PropagatorResult result = PropagatorResult.CreateStructuralValue(endReferenceValues, associationSet.ElementType, false); 233result = PropagatorResult.CreateStructuralValue(args, structuralType, false);
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
418PropagatorResult join = PropagatorResult.CreateStructuralValue(joinRecordValues, (StructuralType)result.ElementType.EdmType, false);