EntityReference<TEntity> Constructor ()
Creates a new instance of EntityReference<TEntity>.
Assembly: EntityFramework (in EntityFramework.dll)
The default constructor is required for some serialization scenarios. It should not be used to create new EntityReferences. Use the GetRelatedReference or GetRelatedEnd methods on the RelationshipManager class instead.