点击或拖拽改变大小

AdsSQLServer.Refresh 方法 (__Usual)

X#
Requery the SQL statement

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VORDDClasses (在 XSharp.VORDDClasses.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Refresh(
	aParams AS USUAL
) AS LOGIC
查看代码

参数

aParams
类型:__Usual
Values for the parameters in the original query

返回值

类型:Boolean
TRUE 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 }}
参见