共用方式為


EdmTypeSemantics.IsEntity(IEdmTypeReference) 方法

定義

如果此參考參考實體類型,則傳回 true。

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

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指實體類型。

適用於