AdsSQLServer.Refresh 方法 (__Usual) | |
Requery the SQL statement
命名空间:
VO
程序集:
VORDDClasses (在 VORDDClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Refresh(
aParams
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual Refresh(
__Usual aParams = default
)
查看代码参数
- aParams (Optional)
- 类型:__Usual
Values for the parameters in the original query
返回值
类型:
__UsualTRUE
备注
This version of Refresh() accepts an array of SQL parameters
for the query. The array should be an array of parameter names and
parameter values. For example:
{{ "lastname", "Smith" }, { "ID", 25 }}
参见