Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.