EntityRecordInfo Class
EntityRecordInfo class providing a simple way to access both the type information and the column information.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.DataRecordInfo
System.Data.Entity.Core.Common.EntityRecordInfo
Name | Description | |
---|---|---|
![]() | EntityRecordInfo(EntityType, IEnumerable<EdmMember>, EntityKey, EntitySet) | Initializes a new instance of the EntityRecordInfo class of a specific entity type with an enumerable collection of data fields and with specific key and entity set information. |
Name | Description | |
---|---|---|
![]() | EntityKey | Gets the EntityKey for the entity. |
![]() | FieldMetadata | Gets FieldMetadata for this DataRecordInfo object.(Inherited from DataRecordInfo.) |
![]() | RecordType | Gets type info for this object as a TypeUsage object.(Inherited from DataRecordInfo.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.