MongoDataSet.UpdateType


public function UpdateType

Prototype:

public function UpdateType(string field, number type, val, number flags=MONGO_UPDATE_MULTI, keep_object_types=true)

Parameters

field
(string) // TO DO
type
(number) // TO DO
val
// TO DO
flags
(number) has a default value of MONGO_UPDATE_MULTI
keep_object_types
has a default value of true

Description:

TODO: Document this

Return value:

// TO DO