次の方法で共有


EdmTypeSemantics.IsTimeOfDay(IEdmTypeReference) メソッド

定義

この参照が TimeOfDay 型を参照している場合は true を返します。

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

パラメーター

type
IEdmTypeReference

型参照。

戻り値

この参照は TimeOfDay 型を参照します。

適用対象