DecimalHybridRowSerializer.Write 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 Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Write (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, ref Microsoft.Azure.Cosmos.Serialization.HybridRow.RowCursor scope, bool isRoot, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgumentList typeArgs, decimal value);
abstract member Write : RowBuffer * RowCursor * bool * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgumentList * decimal -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
override this.Write : RowBuffer * RowCursor * bool * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.TypeArgumentList * decimal -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function Write (ByRef row As RowBuffer, ByRef scope As RowCursor, isRoot As Boolean, typeArgs As TypeArgumentList, value As Decimal) As Result
Parameters
- row
- RowBuffer
- scope
- RowCursor
- isRoot
- Boolean
- typeArgs
- TypeArgumentList
- value
- Decimal