EntityRecordInfo Class

 

EntityRecordInfo class providing a simple way to access both the type information and the column information.

Namespace:   System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Common.DataRecordInfo
    System.Data.Entity.Core.Common.EntityRecordInfo

public class EntityRecordInfo : DataRecordInfo

NameDescription
System_CAPS_pubmethodEntityRecordInfo(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.

NameDescription
System_CAPS_pubpropertyEntityKey

Gets the EntityKey for the entity.

System_CAPS_pubpropertyFieldMetadata

Gets FieldMetadata for this DataRecordInfo object.(Inherited from DataRecordInfo.)

System_CAPS_pubpropertyRecordType

Gets type info for this object as a TypeUsage object.(Inherited from DataRecordInfo.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.