AdsSQLServer.Refresh 方法 (__Usual) | |
Requery the SQL statement
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VORDDClasses (在 XSharp.VORDDClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Refresh(
aParams AS USUAL
) AS LOGIC
public virtual bool Refresh(
__Usual aParams
)
查看代码参数
- aParams
- 类型:__Usual
Values for the parameters in the original query
返回值
类型:
BooleanTRUE when succesfull
备注
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 }}
参见