UInt32HybridRowSerializer.Read(RowBuffer, RowCursor, Boolean, UInt32) Method

Definition

public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Read (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, bool isRoot, out uint value);
abstract member Read : RowBuffer * RowCursor * bool * uint32 -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
override this.Read : RowBuffer * RowCursor * bool * uint32 -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function Read (ByRef row As RowBuffer, ByRef scope As RowCursor, isRoot As Boolean, ByRef value As UInteger) As Result

Parameters

row
RowBuffer
scope
RowCursor
isRoot
Boolean
value
UInt32

Returns

Applies to