Share via


EdmTypeSemantics.IsEntityReference(IEdmTypeReference) Method

Definition

Returns true if this reference refers to an entity type.

public static bool IsEntityReference (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsEntityReference : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsEntityReference (type As IEdmTypeReference) As Boolean

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to an entity type.

Applies to