Returns a read-only Result object used for querying records in the specified
table.
Request is a SQL WHERE clause used for filtering the table, and the
Arguments are quoted as needed by the SQL syntax, and substituted inside
the Request string, like the Subst() function does.
| STATIC FUNCTION Find ( Table AS String [ , Request AS String , Arguments ... ] ) AS Result |
|---|
Referenced by :