次の方法で共有


LayoutBoolean クラス

定義

public sealed class LayoutBoolean : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType<bool>
type LayoutBoolean = class
    inherit LayoutType<bool>
Public NotInheritable Class LayoutBoolean
Inherits LayoutType(Of Boolean)
継承

フィールド

Immutable (継承元 LayoutType)
LayoutCode (継承元 LayoutType)
Size (継承元 LayoutType)

プロパティ

AllowVariable (継承元 LayoutType)
IsBool
IsFixed
IsNull (継承元 LayoutType)
IsVarint (継承元 LayoutType)
Name

メソッド

DeleteFixed(RowBuffer, RowCursor, LayoutColumn) (継承元 LayoutType<T>)
DeleteSparse(RowBuffer, RowCursor) (継承元 LayoutType<T>)
DeleteVariable(RowBuffer, RowCursor, LayoutColumn) (継承元 LayoutType<T>)
HasValue(RowBuffer, RowCursor, LayoutColumn) (継承元 LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, Boolean)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
ReadSparse(RowBuffer, RowCursor, Boolean)
ReadSparse(RowBuffer, RowCursor, T) (継承元 LayoutType<T>)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
TypeAs<T>() (継承元 LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, Boolean)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)
WriteSparse(RowBuffer, RowCursor, Boolean, UpdateOptions)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions) (継承元 LayoutType<T>)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T) (継承元 LayoutType<T>)

適用対象