次の方法で共有


BinaryHybridRowSerializer.Read(RowBuffer, RowCursor, Boolean, Byte[]) メソッド

定義

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 byte[] value);
abstract member Read : RowBuffer * RowCursor * bool * Byte[] -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
override this.Read : RowBuffer * RowCursor * bool * Byte[] -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function Read (ByRef row As RowBuffer, ByRef scope As RowCursor, isRoot As Boolean, ByRef value As Byte()) As Result

パラメーター

row
RowBuffer
scope
RowCursor
isRoot
Boolean
value
Byte[]

戻り値

適用対象