1 instantiation of PlanEdmProperty
System.Data.Entity (1)
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (1)
157Properties[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)
52private void SetProperties(IExtendedDataRecord record, object result, PlanEdmProperty[] properties) 136internal readonly PlanEdmProperty[] Properties; 146Properties = new PlanEdmProperty[fields.Count];