DataRecordInfo Class
DataRecordInfo class providing a simple way to access both the type information and the column information.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Common.DataRecordInfo
System.Data.Entity.Core.Common.EntityRecordInfo
System.Data.Entity.Core.Common.DataRecordInfo
System.Data.Entity.Core.Common.EntityRecordInfo
Name | Description | |
---|---|---|
![]() | DataRecordInfo(TypeUsage, IEnumerable<EdmMember>) | Initializes a new DbDataRecord object for a specific type with an enumerable collection of data fields. |
Name | Description | |
---|---|---|
![]() | FieldMetadata | Gets FieldMetadata for this DataRecordInfo object. |
![]() | RecordType | Gets type info for this object as a TypeUsage object. |
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.