共用方式為


ExtensionMethods.IsOpen 方法

定義

多載

IsOpen(IEdmStructuredTypeReference)

如果開啟這個參考的定義,則傳回 true。

IsOpen(IEdmType)

如果開啟這個參考的定義,則傳回 true。

IsOpen(IEdmStructuredTypeReference)

如果開啟這個參考的定義,則傳回 true。

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

參數

type
IEdmStructuredTypeReference

呼叫物件的參考。

傳回

如果開啟這個參考的定義。

適用於

IsOpen(IEdmType)

如果開啟這個參考的定義,則傳回 true。

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

參數

type
IEdmType

呼叫物件的參考。

傳回

如果開啟這個參考的定義。

適用於