Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Creates an ODataWriter to write an entry.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function CreateODataEntryWriter As ODataWriter
'Usage
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
Return Value
Type: Microsoft.Data.OData.ODataWriter
The created writer.