AdsSQLServer.Refresh Method (Typed) | |
Requery the SQL statement
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Refresh() AS LOGIC
public override bool Refresh()
Request Example
View SourceReturn Value
Type:
LogicTRUE when succesfull
Remarks
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 }}
See Also