named parameter
基本解釋
- [計] 命名參數(shù)
英漢例句
- The request URI can be retrieved as well as the argument values of named parameters.
我們可以獲得請求的URI以及參數(shù)的名值對。 - If you use named parameters, your SQL statement might look like this, with a list of named variables holding the values to be inserted
如果使用命名參數(shù),SQL 語句將帶有一系列包含插入值的命名變量,類似于 - Finally, another constraint on named parameters is that once you provide a name for a parameter in a method invocation, then the rest of the parameters appearing after it must also be named.
最后,還有一個對命名參數(shù)的約束就是一旦你為一個方法掉哦那個指定了參數(shù)名稱,那么剩下的在這個參數(shù)之后的所有參數(shù)都必須是命名參數(shù)。
雙語例句
詞組短語
- Named And Optional Parameters 可選參數(shù)
- Named & Optional Parameters 可選和命名參數(shù)
- Positional And Named Parameters 位置和命名參數(shù)
- Optional and Named Parameters 可選和指定參數(shù)
- Optional parameters and named arguments 可選參數(shù)和命名參數(shù)