DataRecordInfo Class

Definition

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

public class DataRecordInfo
type DataRecordInfo = class
Public Class DataRecordInfo
Inheritance
DataRecordInfo
Derived

Constructors

DataRecordInfo(TypeUsage, IEnumerable<EdmMember>)

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

Properties

FieldMetadata

Gets FieldMetadata for this DataRecordInfo object.

RecordType

Gets type info for this object as a TypeUsage object.

Applies to