Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Grijjy.Bson
type TgoBsonUndefined = record
Represents the BSON Undefined value
class operator Implicit(const A: TgoBsonUndefined): TgoBsonValue; static;
class operator Equal(const A, B: TgoBsonUndefined): Boolean; static;
class operator NotEqual(const A, B: TgoBsonUndefined): Boolean; static;
function IsNil: Boolean; inline;
function Clone: TgoBsonUndefined; inline;
function DeepClone: TgoBsonUndefined; inline;
function ToBson: TBytes; inline;
function ToJson: String; overload; inline;
function ToJson(const ASettings: TgoJsonWriterSettings): String; overload; inline;
property Value: TgoBsonUndefined read FImpl;
Implicitly casts a BSON Undefined to a BSON value.
See TgoBsonValue.Equal
See TgoBsonValue.NotEqual
See TgoBsonValue.IsNil
See TgoBsonValue.Clone
See TgoBsonValue.DeepClone
See TgoBsonValue.ToBson
See TgoBsonValue.ToJson
The Undefined value singleton
value