EdmTypeSemantics.IsString メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IsString(IEdmType) |
この定義が文字列型を参照している場合は true を返します。 |
IsString(IEdmTypeReference) |
この参照が文字列型を表している場合に true を返します。 |
IsString(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
型参照。
戻り値
この参照は文字列型を表します。