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