EntityType.GetReferenceType Method

Definition

Returns a RefType object that references this EntityType .

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Data.Entity.Core.Metadata.Edm.RefType GetReferenceType ();
member this.GetReferenceType : unit -> System.Data.Entity.Core.Metadata.Edm.RefType
Public Function GetReferenceType () As RefType

Returns

A RefType object that references this EntityType .

Attributes

Applies to