ODataEntityReferenceLinks 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示實體參考連結的集合, ($ref查詢) 的結果。 可能包含內嵌計數和下一個連結。
public sealed class ODataEntityReferenceLinks : Microsoft.OData.ODataAnnotatable
type ODataEntityReferenceLinks = class
inherit ODataAnnotatable
Public NotInheritable Class ODataEntityReferenceLinks
Inherits ODataAnnotatable
- 繼承
建構函式
ODataEntityReferenceLinks() |
表示實體參考連結的集合, ($ref查詢) 的結果。 可能包含內嵌計數和下一個連結。 |
屬性
Count |
取得或設定$ref集合的選擇性內嵌計數。 |
InstanceAnnotations |
自訂執行個體註釋的集合。 |
Links |
取得或設定實例的 ODataEntityReferenceLink 可列舉,表示參考實體的連結。 |
NextPageLink |
取得或設定$ref集合的選擇性下一個連結。 |
TypeAnnotation |
用於儲存 的 @odata.type 批註。 (繼承來源 ODataAnnotatable) |