Share via


EntityReference<TEntity> Constructor

Definition

Creates a new instance of EntityReference<TEntity>.

public EntityReference ();
Public Sub New ()

Remarks

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.

Applies to