AdsSQLServer.Refresh Method (Usual) | |
Requery the SQL statement
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Refresh(
aParams
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Refresh(
Usual aParams = default
)
Request Example
View SourceParameters
- aParams (Optional)
- Type: Usual
Values for the parameters in the original query
Return Value
Type:
UsualTRUE
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