次の方法で共有


ODataEntityReferenceLinks クラス

定義

エンティティ参照リンクのコレクション ($ref クエリの結果) を表します。 インラインカウントと次のリンクを含めることができます。

public sealed class ODataEntityReferenceLinks : Microsoft.OData.ODataAnnotatable
type ODataEntityReferenceLinks = class
    inherit ODataAnnotatable
Public NotInheritable Class ODataEntityReferenceLinks
Inherits ODataAnnotatable
継承
ODataEntityReferenceLinks

コンストラクター

ODataEntityReferenceLinks()

エンティティ参照リンクのコレクション ($ref クエリの結果) を表します。 インラインカウントと次のリンクを含めることができます。

プロパティ

Count

$ref コレクションのオプションのインラインカウントを取得または設定します。

InstanceAnnotations

カスタム インスタンス注釈のコレクション。

Links

参照先エンティティのリンクを表すインスタンスの ODataEntityReferenceLink 列挙可能な値を取得または設定します。

NextPageLink

$ref コレクションのオプションの次のリンクを取得または設定します。

TypeAnnotation

を @odata.type格納するための注釈。

(継承元 ODataAnnotatable)

適用対象