RowWriter Struct

Definition

public ref struct RowWriter
type RowWriter = struct
Public Structure RowWriter
Inheritance
RowWriter

Properties

Layout
Length
Resolver

Methods

WriteBinary(UtfAnyString, Byte[])
WriteBinary(UtfAnyString, ReadOnlySequence<Byte>)
WriteBinary(UtfAnyString, ReadOnlySpan<Byte>)
WriteBool(UtfAnyString, Boolean)
WriteBuffer<TContext>(RowBuffer, TContext, RowWriter.WriterFunc<TContext>)
WriteDateTime(UtfAnyString, DateTime)
WriteDecimal(UtfAnyString, Decimal)
WriteFloat128(UtfAnyString, Float128)
WriteFloat32(UtfAnyString, Single)
WriteFloat64(UtfAnyString, Double)
WriteGuid(UtfAnyString, Guid)
WriteInt16(UtfAnyString, Int16)
WriteInt32(UtfAnyString, Int32)
WriteInt64(UtfAnyString, Int64)
WriteInt8(UtfAnyString, SByte)
WriteMongoDbObjectId(UtfAnyString, MongoDbObjectId)
WriteNull(UtfAnyString)
WriteScope<T,TSerializer>(UtfAnyString, TypeArgument, T)
WriteScope<TContext>(UtfAnyString, TypeArgument, TContext, RowWriter.WriterFunc<TContext>)
WriteString(UtfAnyString, String)
WriteString(UtfAnyString, Utf8Span)
WriteUInt16(UtfAnyString, UInt16)
WriteUInt32(UtfAnyString, UInt32)
WriteUInt64(UtfAnyString, UInt64)
WriteUInt8(UtfAnyString, Byte)
WriteUnixDateTime(UtfAnyString, UnixDateTime)
WriteVarInt(UtfAnyString, Int64)
WriteVarUInt(UtfAnyString, UInt64)

Applies to