MongoSchema.bsonID

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

Return Value

Type: const(BsonObjectID)

the _id value (if set by save or find)

Meta