LayoutNullable Class

Definition

public sealed class LayoutNullable : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutIndexedScope
type LayoutNullable = class
    inherit LayoutIndexedScope
Public NotInheritable Class LayoutNullable
Inherits LayoutIndexedScope
Inheritance

Fields

Immutable (Inherited from LayoutType)
LayoutCode (Inherited from LayoutType)
Size (Inherited from LayoutType)

Properties

AllowVariable (Inherited from LayoutType)
IsBool (Inherited from LayoutType)
IsFixed (Inherited from LayoutScope)
IsNull (Inherited from LayoutType)
IsVarint (Inherited from LayoutType)
Name

Methods

DeleteScope(RowBuffer, RowCursor) (Inherited from LayoutScope)
HasValue(RowBuffer, RowCursor)
ReadScope(RowBuffer, RowCursor, RowCursor) (Inherited from LayoutScope)
TypeAs<T>() (Inherited from LayoutType)
WriteScope(RowBuffer, RowCursor, TypeArgumentList, Boolean, RowCursor, UpdateOptions)
WriteScope(RowBuffer, RowCursor, TypeArgumentList, RowCursor, UpdateOptions)
WriteScope<TContext>(RowBuffer, RowCursor, TypeArgumentList, TContext, LayoutScope.WriterFunc<TContext>, UpdateOptions) (Inherited from LayoutScope)

Applies to