次の方法で共有


EdmTypeSemantics.IsString メソッド

定義

オーバーロード

IsString(IEdmType)

この定義が文字列型を参照している場合は true を返します。

IsString(IEdmTypeReference)

この参照が文字列型を表している場合に true を返します。

IsString(IEdmType)

この定義が文字列型を参照している場合は true を返します。

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

パラメーター

type
IEdmType

型参照。

戻り値

この定義は、文字列型を参照します。

適用対象

IsString(IEdmTypeReference)

この参照が文字列型を表している場合に true を返します。

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

パラメーター

type
IEdmTypeReference

型参照。

戻り値

この参照は文字列型を表します。

適用対象