SET.PRIMARY_GET Function
Syntax
Table_Name as C = Primary_Get(C setname)
Arguments
- setname
The name of the set.
Description
Retrieve the primary table for a named set.
Discussion
The .PRIMARY_GET() method retrieves the name of the primary table for set.
Example
dim ptr as P dim prim as P ptr = set.open("invoice") ? ptr.primary_get("invoice") -> "INVOICE_HEADER.DBF"
See Also