DataRecordInfo Constructor (TypeUsage, IEnumerable<EdmMember>)
Initializes a new DbDataRecord object for a specific type with an enumerable collection of data fields.
Assembly: EntityFramework (in EntityFramework.dll)
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.