다음을 통해 공유


ODataMessageWriter.CreateODataEntryWriter 메서드

항목을 쓰기 위한 ODataWriter를 만듭니다.

네임스페이스:  Microsoft.Data.OData
어셈블리:  Microsoft.Data.OData(Microsoft.Data.OData.dll)

구문

‘선언
Public Function CreateODataEntryWriter As ODataWriter
‘사용 방법
Dim instance As ODataMessageWriter
Dim returnValue As ODataWriter

returnValue = instance.CreateODataEntryWriter()
public ODataWriter CreateODataEntryWriter()
public:
ODataWriter^ CreateODataEntryWriter()
member CreateODataEntryWriter : unit -> ODataWriter 
public function CreateODataEntryWriter() : ODataWriter

반환 값

유형: Microsoft.Data.OData.ODataWriter
만들어진 작성기입니다.

참고 항목

참조

ODataMessageWriter 클래스

Microsoft.Data.OData 네임스페이스