Partager via


LayoutBoolean Classe

Définition

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)
Héritage

Champs

Immutable (Hérité de LayoutType)
LayoutCode (Hérité de LayoutType)
Size (Hérité de LayoutType)

Propriétés

AllowVariable (Hérité de LayoutType)
IsBool
IsFixed
IsNull (Hérité de LayoutType)
IsVarint (Hérité de LayoutType)
Name

Méthodes

DeleteFixed(RowBuffer, RowCursor, LayoutColumn) (Hérité de LayoutType<T>)
DeleteSparse(RowBuffer, RowCursor) (Hérité de LayoutType<T>)
DeleteVariable(RowBuffer, RowCursor, LayoutColumn) (Hérité de LayoutType<T>)
HasValue(RowBuffer, RowCursor, LayoutColumn) (Hérité de LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, Boolean)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, T) (Hérité de LayoutType<T>)
ReadSparse(RowBuffer, RowCursor, Boolean)
ReadSparse(RowBuffer, RowCursor, T) (Hérité de LayoutType<T>)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, T) (Hérité de LayoutType<T>)
TypeAs<T>() (Hérité de LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, Boolean)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T) (Hérité de LayoutType<T>)
WriteSparse(RowBuffer, RowCursor, Boolean, UpdateOptions)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions) (Hérité de LayoutType<T>)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T) (Hérité de LayoutType<T>)

S’applique à