共用方式為


EdmTypeSemantics.IsBoolean(IEdmTypeReference) 方法

定義

如果這個參考參考是布林型別,則傳回 true。

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

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指布林型別。

適用於