次の方法で共有


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 型を表します。

適用対象