1 instantiation of PlanEdmProperty
System.Data.Entity (1)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
157
Properties[i] = new
PlanEdmProperty
(lastOrdinal, mapping.GetPropertyMap(field.FieldType.Name).ClrProperty);
3 references to PlanEdmProperty
System.Data.Entity (3)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (3)
52
private void SetProperties(IExtendedDataRecord record, object result,
PlanEdmProperty
[] properties)
136
internal readonly
PlanEdmProperty
[] Properties;
146
Properties = new
PlanEdmProperty
[fields.Count];