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