DataRecordInfo Class

 

DataRecordInfo 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 DataRecordInfo

NameDescription
System_CAPS_pubmethodDataRecordInfo(TypeUsage, IEnumerable<EdmMember>)

Initializes a new DbDataRecord object for a specific type with an enumerable collection of data fields.

NameDescription
System_CAPS_pubpropertyFieldMetadata

Gets FieldMetadata for this DataRecordInfo object.

System_CAPS_pubpropertyRecordType

Gets type info for this object as a TypeUsage object.

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.