MongoSchema.bsonID

  1. BsonObjectID bsonID [@property getter]
    mixintemplate MongoSchema()
    @property ref @safe return
    BsonObjectID
    bsonID
    ()
  2. const(BsonObjectID) bsonID [@property getter]

Return Value

Type: BsonObjectID

the _id value (if set by save or find)

Meta