The MongoInt64 class
MongoInt64
&mongo.noalternative.class.note;
Instead, the new extension chooses the appropriate database type depending
on the integer's value.
&reftitle.intro;
The class can be used to save 64-bit integers to the database on a 32-bit
system.
&reftitle.classsynopsis;
MongoInt64
MongoInt64
Fields
public
string
value
&Methods;
Fields
value
This is the string value of the 64-bit number. For instance, 123's value
would be "123".
&reference.mongo.entities.mongoint64;