RowWriter Struct
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 ref struct RowWriter
type RowWriter = struct
Public Structure RowWriter
Inheritance
Properties
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