点击或拖拽改变大小

AdsSQLServer.Refresh 方法

X#
Requery the SQL statement

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

返回值

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