RecordSerializer.Write(RowWriter, TypeArgument, Record) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Write (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.RowWriter writer, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgument typeArg, Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Record obj);
static member Write : RowWriter * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgument * Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Record -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Shared Function Write (ByRef writer As RowWriter, typeArg As TypeArgument, obj As Record) As Result
Parameters
- writer
- RowWriter
- typeArg
- TypeArgument
- obj
- Record
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET