AdsSQLServer.Refresh 方法 | |
Requery the SQL statement
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VORDDClasses (在 XSharp.VORDDClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Refresh() AS LOGIC
public override bool Refresh()
查看代码返回值
类型:
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 }}
参见