mapping parameter meaning in English
制图参数
Examples
- By mapping parameters to columns in a dataset table , so that the values can be extracted from data rows when needed
通过将参数映射到数据集表中的列,以便可以在需要时从数据行提取值。 - Fortunately , for web service clients , the proxy class handles the work of mapping parameters to xml elements and then sending the soap message over the network
幸好对于web服务客户端来说,代理类处理将参数映射为xml元素,然后通过网络发送soap消息这些工作。 - If you use user - defined variables , make sure that you set the data type to a type that is compatible with the data type of the column that the mapped parameter references
如果使用用户定义变量,请确保将数据类型设置为与使用该变量的参数所映射到的列的数据类型相兼容的类型。 - If the parameter names are returned from the rdbms , you can use parameter names to map parameters in a parameter list to parameters in an sql statement ; otherwise , the parameters are mapped to the parameter in the sql statement by their ordinal position in the parameter list
如果参数名是从rdbms返回的,则可以使用参数名来将参数列表中的参数映射到sql语句中的参数;否则,参数将按它们在参数列表中的序数位置映射到sql语句中的参数。