AdsSQLServer.Refresh Method (Typed) | |
Requery the SQL statement
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax 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