AdsSQLServer.Refresh Method (Usual) | |
Requery the SQL statement
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Refresh(
aParams AS USUAL
) AS LOGIC
public virtual bool Refresh(
Usual aParams
)
Request Example
View SourceParameters
- aParams
- Type: Usual
Values for the parameters in the original query
Return 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