5 references to EdmProperty
System.Data.Entity (5)
System\Data\Objects\DataRecordObjectView.cs (3)
158if (fieldDescriptor != null && fieldDescriptor.EdmProperty != null && fieldDescriptor.EdmProperty.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.RowType) 161propertyDescriptors = MaterializedDataRecord.CreatePropertyDescriptorCollection((RowType)fieldDescriptor.EdmProperty.TypeUsage.EdmType, typeof(IDataRecord), true);
System\Data\Objects\FieldDescriptor.cs (2)
101/// Get <see cref="EdmProperty"/> instance associated with this field descriptor. 104/// The <see cref="EdmProperty"/> instance associated with this field descriptor,