2 references to EntityRecordInfo
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\RecordState.cs (1)
278
_pendingEntityRecordInfo = new
EntityRecordInfo
(this.RecordStateFactory.DataRecordInfo, entityKey, entitySet);
System\Data\Objects\EntityEntry.cs (1)
890
return new
EntityRecordInfo
(metadata.DataRecordInfo, _entityKey, (EntitySet)EntitySet);