Click or drag to resize

AdsSQLServer.Refresh Method (Typed)

X#
Requery the SQL statement

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Refresh() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE 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