1 write to Properties
System.Data.Entity (1)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
146
Properties
= new PlanEdmProperty[fields.Count];
3 references to Properties
System.Data.Entity (3)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (3)
48
SetProperties(record, result, plan.
Properties
);
149
for (int i = 0; i <
Properties
.Length; ++i)
157
Properties
[i] = new PlanEdmProperty(lastOrdinal, mapping.GetPropertyMap(field.FieldType.Name).ClrProperty);