db.commandHelp()

On this page本页内容

Description描述

db.commandHelp(command)

Displays help text for the specified database command. 显示指定数据库命令的帮助文本。See the Database Commands.请参见数据库命令

The db.commandHelp() method has the following parameter:db.commandHelp()方法具有以下参数:

Parameter参数Type类型Description描述
commandstringThe name of a database command.数据库命令的名称。
←  db.cloneDatabase()db.copyDatabase() →