DataRecordInfo Constructor (TypeUsage, IEnumerable<EdmMember>)

 

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

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

public DataRecordInfo(
	TypeUsage metadata,
	IEnumerable<EdmMember> memberInfo
)

Parameters

metadata
Type: System.Data.Entity.Core.Metadata.Edm.TypeUsage

The metadata for the type represented by this object, supplied by TypeUsage .

memberInfo
Type: System.Collections.Generic.IEnumerable<EdmMember>

An enumerable collection of EdmMember objects that represent column information.