共用方式為


EdmTypeSemantics.IsInt32(IEdmTypeReference) 方法

定義

如果這個參考參考參照到 Int32 類型,則傳回 true。

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

參數

type
IEdmTypeReference

類型參考。

傳回

此參考是指 Int32 類型。

適用於