EntityType.GetReferenceType Method

Definition

Returns a RefType object that references this EntityType.

public:
 System::Data::Metadata::Edm::RefType ^ GetReferenceType();
public System.Data.Metadata.Edm.RefType GetReferenceType ();
member this.GetReferenceType : unit -> System.Data.Metadata.Edm.RefType
Public Function GetReferenceType () As RefType

Returns

A RefType object that references this EntityType.

Applies to