次の方法で共有


ODataMessageWriter.WriteEntityReferenceLink メソッド

$links クエリの単一の結果を、メッセージ ペイロードとして書き込みます。

名前空間:  Microsoft.Data.OData
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Sub WriteEntityReferenceLink ( _
    link As ODataEntityReferenceLink _
)
'使用
Dim instance As ODataMessageWriter
Dim link As ODataEntityReferenceLink

instance.WriteEntityReferenceLink(link)
public void WriteEntityReferenceLink(
    ODataEntityReferenceLink link
)
public:
void WriteEntityReferenceLink(
    ODataEntityReferenceLink^ link
)
member WriteEntityReferenceLink : 
        link:ODataEntityReferenceLink -> unit 
public function WriteEntityReferenceLink(
    link : ODataEntityReferenceLink
)

パラメーター

関連項目

参照

ODataMessageWriter クラス

Microsoft.Data.OData 名前空間